Home
last modified time | relevance | path

Searched refs:FLOWENTF_EXTRL_PORT (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c496 fe->fe_flags |= FLOWENTF_EXTRL_PORT; in flow_entry_alloc()
681 if (!(fe->fe_flags & FLOWENTF_EXTRL_PORT) && in flow_entry_teardown()
984 if (!(fe->fe_flags & FLOWENTF_EXTRL_PORT) && in fe_free()
H A Dflow_var.h346 #define FLOWENTF_EXTRL_PORT 0x00004000 /* port reservation is held externally */ macro
/xnu-8796.141.3/bsd/skywalk/namespace/
H A Dnetns.c1767 if (fe->fe_flags & FLOWENTF_EXTRL_PORT) { in netns_local_port_scan_flow_entry()