Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dif_utun.c1151 struct kern_nexus *flowswitch_nx = nx_find(nx->fsw_instance, false); in utun_flowswitch_attach() local
1152 if (flowswitch_nx != NULL) { in utun_flowswitch_attach()
1153 struct nx_flowswitch *flowswitch = NX_FSW_PRIVATE(flowswitch_nx); in utun_flowswitch_attach()
1161 nx_release(flowswitch_nx); in utun_flowswitch_attach()
H A Dif_ipsec.c2195 struct kern_nexus *flowswitch_nx = nx_find(nx->fsw_instance, false); in ipsec_flowswitch_attach() local
2196 if (flowswitch_nx != NULL) { in ipsec_flowswitch_attach()
2197 struct nx_flowswitch *flowswitch = NX_FSW_PRIVATE(flowswitch_nx); in ipsec_flowswitch_attach()
2205 nx_release(flowswitch_nx); in ipsec_flowswitch_attach()