Searched refs:SIZEOF_BPF_HDR (Results 1 – 3 of 3) sorted by relevance
210 #define SIZEOF_BPF_HDR 18 macro213 #define SIZEOF_BPF_HDR sizeof(struct bpf_hdr) macro
1988 return (BPF_WORDALIGN(hdrlen + SIZEOF_BPF_HDR) - hdrlen); in bpf_hdrlen()
164 #define SIZEOF_BPF_HDR 18 macro