Searched refs:SIZEOF_BPF_HDR (Results 1 – 3 of 3) sorted by relevance
185 #define SIZEOF_BPF_HDR 18 macro187 #define SIZEOF_BPF_HDR sizeof (struct bpf_hdr) macro
162 #define SIZEOF_BPF_HDR 18 macro
319 d->bd_hdrlen = BPF_WORDALIGN(hdrlen + SIZEOF_BPF_HDR) - hdrlen; in bpf_attachd()