Home
last modified time | relevance | path

Searched refs:BPF_SOCK_OPS_ALL_CB_FLAGS (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h2599 #define BPF_SOCK_OPS_ALL_CB_FLAGS 0x7 /* Mask of all currently macro
/Linux-v4.19/include/uapi/linux/
Dbpf.h2599 #define BPF_SOCK_OPS_ALL_CB_FLAGS 0x7 /* Mask of all currently macro
/Linux-v4.19/net/core/
Dfilter.c4113 int val = argval & BPF_SOCK_OPS_ALL_CB_FLAGS; in BPF_CALL_2()
4121 return argval & (~BPF_SOCK_OPS_ALL_CB_FLAGS); in BPF_CALL_2()