Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_utun.c1152 struct kern_nexus *flowswitch_nx = nx_find(nx->fsw_instance, false); in utun_flowswitch_attach() local
1153 if (flowswitch_nx != NULL) { in utun_flowswitch_attach()
1154 struct nx_flowswitch *flowswitch = NX_FSW_PRIVATE(flowswitch_nx); in utun_flowswitch_attach()
1162 nx_release(flowswitch_nx); in utun_flowswitch_attach()
H A Dif_ipsec.c2196 struct kern_nexus *flowswitch_nx = nx_find(nx->fsw_instance, false); in ipsec_flowswitch_attach() local
2197 if (flowswitch_nx != NULL) { in ipsec_flowswitch_attach()
2198 struct nx_flowswitch *flowswitch = NX_FSW_PRIVATE(flowswitch_nx); in ipsec_flowswitch_attach()
2206 nx_release(flowswitch_nx); in ipsec_flowswitch_attach()