Home
last modified time | relevance | path

Searched refs:pb_ifp (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dpf_pbuf.h81 struct ifnet *pb_ifp; member
H A Dpf_pbuf.c41 pbuf->pb_ifp = ifp; in pbuf_init_mbuf()
51 pbuf->pb_ifp = ifp; in pbuf_init_memory()
H A Dnat464_utils.c653 if (pbuf->pb_ifp == NULL) { in nat464_translate_64()
746 if (pbuf->pb_ifp == NULL) { in nat464_translate_46()
H A Dpf_norm.c1924 struct ifnet *__single ifp = pbuf->pb_ifp; in pf_normalize_ip()
2263 struct ifnet *__single ifp = pbuf->pb_ifp; in pf_normalize_ip6()
3300 if (pbuf->pb_ifp || in pf_normalize_tcpopt()
H A Dpf.c4820 if (pbuf->pb_ifp == NULL) { in pf_nat64_ipv6()
4871 if (pbuf->pb_ifp == NULL) { in pf_nat64_ipv4()
10334 if ((dir == PF_OUT) && (pbuf->pb_ifp) && (ifp != pbuf->pb_ifp)) { in pf_test6()