Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c154 struct ifnet *ipfm_ifp; member
210 mgr->ipfm_ifp = ifp; in fsw_ip_frag_mgr_create()
427 ip6->ip6_src.s6_addr16[1] = htons(mgr->ipfm_ifp->if_index); in ipf_pkt2mbuf()
429 ip6_output_setsrcifscope(m, mgr->ipfm_ifp->if_index, NULL); in ipf_pkt2mbuf()
433 ip6->ip6_dst.s6_addr16[1] = htons(mgr->ipfm_ifp->if_index); in ipf_pkt2mbuf()
435 ip6_output_setdstifscope(m, mgr->ipfm_ifp->if_index, NULL); in ipf_pkt2mbuf()