Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bpf/net/
H A Dbpf.h185 #define SIZEOF_BPF_HDR 18 macro
187 #define SIZEOF_BPF_HDR sizeof (struct bpf_hdr) macro
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h162 #define SIZEOF_BPF_HDR 18 macro
/titanic_41/usr/src/uts/common/io/bpf/
H A Dbpf.c319 d->bd_hdrlen = BPF_WORDALIGN(hdrlen + SIZEOF_BPF_HDR) - hdrlen; in bpf_attachd()