Home
last modified time | relevance | path

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

/xnu-10063.101.15/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.c641 if (pbuf->pb_ifp == NULL) { in nat464_translate_64()
734 if (pbuf->pb_ifp == NULL) { in nat464_translate_46()
H A Dpf_norm.c1921 struct ifnet *ifp = pbuf->pb_ifp; in pf_normalize_ip()
2260 struct ifnet *ifp = pbuf->pb_ifp; in pf_normalize_ip6()
3298 if (pbuf->pb_ifp || in pf_normalize_tcpopt()
H A Dpf.c4836 if (pbuf->pb_ifp == NULL) { in pf_nat64_ipv6()
4887 if (pbuf->pb_ifp == NULL) { in pf_nat64_ipv4()
10332 if ((dir == PF_OUT) && (pbuf->pb_ifp) && (ifp != pbuf->pb_ifp)) { in pf_test6()