Searched defs:bpf_hdr (Results 1 – 3 of 3) sorted by relevance
146 struct bpf_hdr { struct 155 * will insist on inserting padding; hence, sizeof(struct bpf_hdr) won't work. argument
208 struct bpf_hdr { struct209 struct timeval bh_tstamp; /* time stamp */210 bpf_u_int32 bh_caplen; /* length of captured portion */211 bpf_u_int32 bh_datalen; /* original length of packet */212 u_short bh_hdrlen; /* length of bpf header (this struct
95 #define bpf_hdr bpf_hdr32 macro