Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpf.c134 #define SIZEOF_BPF_HDR(type) \ macro
2418 hdrlen += SIZEOF_BPF_HDR(struct bpf_hdr32); in bpf_hdrlen()
2421 hdrlen += SIZEOF_BPF_HDR(struct bpf_hdr); in bpf_hdrlen()
2424 hdrlen += SIZEOF_BPF_HDR(struct bpf_xhdr); in bpf_hdrlen()