Searched defs:bpf_hdr32 (Results 1 – 1 of 1) sorted by relevance
191 struct bpf_hdr32 { struct192 struct bpf_timeval32 bh_tstamp; /* time stamp */193 uint32_t bh_caplen; /* length of captured portion */217 #define SIZEOF_BPF_HDR32 sizeof(struct bpf_hdr32) argument