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