Searched refs:ehp (Results 1 – 2 of 2) sorted by relevance
1474 struct bpf_hdr_ext *ehp; in bpfread() local1479 ehp = (struct bpf_hdr_ext *)(void *)p; in bpfread()1480 if ((flowid = ehp->bh_flowid) != 0) { in bpfread()1481 if (ehp->bh_flags & BPF_HDR_EXT_FLAGS_TCP) { in bpfread()1482 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_TCP; in bpfread()1485 } else if (ehp->bh_flags == BPF_HDR_EXT_FLAGS_UDP) { in bpfread()1486 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_UDP; in bpfread()1491 ehp->bh_pid = soprocinfo.spi_pid; in bpfread()1492 strbufcpy(ehp->bh_comm, in bpfread()1495 ehp->bh_flowid = 0; in bpfread()[all …]
889 struct ether_header *ehp = NULL; in dlil_input_packet_list_common() local892 ehp = (struct ether_header *)(void *)frame_header; in dlil_input_packet_list_common()894 if (ntohs(ehp->ether_type) != ETHERTYPE_IPV6) { in dlil_input_packet_list_common()