Searched refs:ehp (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c956 struct bpf_hdr_ext *ehp; local
961 ehp = (struct bpf_hdr_ext *)(void *)p;
962 if ((flowhash = ehp->bh_flowhash)) {
963 if (ehp->bh_flags & BPF_HDR_EXT_FLAGS_TCP)
972 ehp->bh_pid = pid;
973 proc_name(pid, ehp->bh_comm, MAXCOMLEN);
975 ehp->bh_flowhash = 0;
977 p += BPF_WORDALIGN(ehp->bh_hdrlen + ehp->bh_caplen);
2101 struct bpf_hdr_ext *ehp; local
[all...]

Completed in 20 milliseconds