Home
last modified time | relevance | path

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

/xnu-11215/bsd/conf/
H A Dfiles565 bsd/skywalk/nexus/flowswitch/nx_flowswitch.c optional config_nexus_flowswitch bound-checks
566 bsd/skywalk/nexus/flowswitch/fsw.c optional config_nexus_flowswitch bound-checks
567 bsd/skywalk/nexus/flowswitch/fsw_vp.c optional config_nexus_flowswitch bound-checks
568 bsd/skywalk/nexus/flowswitch/fsw_dp.c optional config_nexus_flowswitch bound-checks
569 bsd/skywalk/nexus/flowswitch/fsw_ip.c optional config_nexus_flowswitch bound-checks
570 bsd/skywalk/nexus/flowswitch/fsw_ip_frag.c optional config_nexus_flowswitch bound-checks
571 bsd/skywalk/nexus/flowswitch/fsw_cellular.c optional config_nexus_flowswitch bound-checks
573 bsd/skywalk/nexus/flowswitch/fsw_flow.c optional config_nexus_flowswitch bound-checks
575 bsd/skywalk/nexus/flowswitch/fsw_classq.c optional config_nexus_flowswitch bound-checks
576 bsd/skywalk/nexus/flowswitch/fsw_qos.c optional config_nexus_flowswitch bound-checks
[all …]
/xnu-11215/bsd/net/
H A Dif_utun.c1161 struct nx_flowswitch *flowswitch = NX_FSW_PRIVATE(flowswitch_nx); in utun_flowswitch_attach() local
1162 if (flowswitch != NULL) { in utun_flowswitch_attach()
1163 FSW_RLOCK(flowswitch); in utun_flowswitch_attach()
1164 uuid_copy(nx->fsw_agent, flowswitch->fsw_agent_uuid); in utun_flowswitch_attach()
1165 FSW_UNLOCK(flowswitch); in utun_flowswitch_attach()
H A Dif_ipsec.c2112 struct nx_flowswitch *flowswitch = NX_FSW_PRIVATE(flowswitch_nx); in ipsec_flowswitch_attach() local
2113 if (flowswitch != NULL) { in ipsec_flowswitch_attach()
2114 FSW_RLOCK(flowswitch); in ipsec_flowswitch_attach()
2115 uuid_copy(nx->fsw_agent, flowswitch->fsw_agent_uuid); in ipsec_flowswitch_attach()
2116 FSW_UNLOCK(flowswitch); in ipsec_flowswitch_attach()
/xnu-11215/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c91 SYSCTL_EXTENSIBLE_NODE(_kern_skywalk, OID_AUTO, flowswitch,