Searched refs:BPF_SOCK_OPS_ALL_CB_FLAGS (Results 1 – 3 of 3) sorted by relevance
2599 #define BPF_SOCK_OPS_ALL_CB_FLAGS 0x7 /* Mask of all currently macro
4113 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()