Searched refs:BPF_SOCK_OPS_ALL_CB_FLAGS (Results 1 – 5 of 5) sorted by relevance
2758 #define BPF_SOCK_OPS_ALL_CB_FLAGS 0x7 /* Mask of all currently macro
4618 BPF_SOCK_OPS_ALL_CB_FLAGS = 0x7F, enumerator
5140 int val = argval & BPF_SOCK_OPS_ALL_CB_FLAGS; in BPF_CALL_2()5147 return argval & (~BPF_SOCK_OPS_ALL_CB_FLAGS); in BPF_CALL_2()