Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c154 struct ifnet *ipfm_ifp; member
204 mgr->ipfm_ifp = ifp; in fsw_ip_frag_mgr_create()
436 ip6->ip6_src.s6_addr16[1] = htons(mgr->ipfm_ifp->if_index); in ipf_pkt2mbuf()
438 ip6_output_setsrcifscope(m, mgr->ipfm_ifp->if_index, NULL); in ipf_pkt2mbuf()
442 ip6->ip6_dst.s6_addr16[1] = htons(mgr->ipfm_ifp->if_index); in ipf_pkt2mbuf()
444 ip6_output_setdstifscope(m, mgr->ipfm_ifp->if_index, NULL); in ipf_pkt2mbuf()