Searched refs:ipproto (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | pktap.c | 1358 uint8_t ipproto, uint32_t flowid, uint32_t flags, tap_packet_func tap_func) in pktap_bpf_tap_packet() argument 1406 hdr->pth_ipproto = ipproto; in pktap_bpf_tap_packet() 1412 if ((flags & PTH_FLAG_SOCKET) != 0 && ipproto != 0 && flowid != 0) { in pktap_bpf_tap_packet() 1477 uint8_t ipproto, uint32_t flowid, uint32_t flags) in pktap_input_packet() argument 1487 header, header_length, ipproto, flowid, in pktap_input_packet() 1496 uint8_t ipproto, uint32_t flowid, uint32_t flags) in pktap_output_packet() argument 1506 header, header_length, ipproto, flowid, in pktap_output_packet()
|