Searched refs:flowswitch_nx (Results 1 – 2 of 2) sorted by relevance
1152 struct kern_nexus *flowswitch_nx = nx_find(nx->fsw_instance, false); in utun_flowswitch_attach() local1153 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()
2196 struct kern_nexus *flowswitch_nx = nx_find(nx->fsw_instance, false); in ipsec_flowswitch_attach() local2197 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()