• L
    net: add bpf_is_local_ipaddr bpf helper function · cee65b79
    Liu Jian 提交于
    hulk inclusion
    category: feature
    bugzilla: NA
    CVE: N/A
    
    ----------------------------------------------------
    
    Some network acceleration solutions, such as sockmap, are valid only for
    internal packets of the local host. The bpf_is_local_ipaddr() bpf helper
    function is added so that the ebpf program can determine whether a packet
    is an internal packet of the local host.
    Signed-off-by: NLiu Jian <liujian56@huawei.com>
    cee65b79
Kconfig 19.6 KB