Searched refs:fe_flags (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 235 if (fe->fe_flags & FLOWENTF_NONVIABLE) { in flow_entry_add_child() 293 ASSERT(fe->fe_flags & FLOWENTF_CHILD); in flow_entry_set_demux_patterns() 497 fe->fe_flags |= FLOWENTF_EXTRL_PORT; in flow_entry_alloc() 502 fe->fe_flags |= FLOWENTF_EXTRL_PROTO; in flow_entry_alloc() 574 fe->fe_flags |= FLOWENTF_EXTRL_FLOWID; in flow_entry_alloc() 708 if (fe->fe_flags & FLOWENTF_PARENT) { in flow_entry_teardown() 793 fe->fe_flags, FLOWENTF_BITS); in flow_entry_release() 868 if (fe->fe_flags & FLOWENTF_TRACK) { in fe_stats_init() 901 if (fe->fe_flags & FLOWENTF_ABORTED) { in fe_stats_update() 922 if (fe->fe_flags & FLOWENTF_PARENT) { in fe_stats_update() [all …]
|
| H A D | flow_track.c | 143 os_atomic_or(&fe->fe_flags, FLOWENTF_INITED, relaxed); in flow_track_tcp_init() 254 if (__improbable((fe->fe_flags & FLOWENTF_INITED) == 0)) { in flow_track_tcp() 534 (fe->fe_flags & FLOWENTF_WAIT_CLOSE) == 0)) { in flow_track_tcp() 543 (fe->fe_flags & FLOWENTF_CLOSE_NOTIFY) == 0)) { in flow_track_tcp() 558 if (fe->fe_flags & FLOWENTF_HALF_CLOSED) { in flow_track_tcp() 600 (fe->fe_flags & FLOWENTF_ABORTED)) { in flow_track_tcp_want_abort() 609 os_atomic_or(&fe->fe_flags, FLOWENTF_ABORTED, relaxed); in flow_track_tcp_want_abort() 631 os_atomic_or(&fe->fe_flags, FLOWENTF_INITED, relaxed); in flow_track_udp_init() 640 if (__improbable((fe->fe_flags & FLOWENTF_INITED) == 0)) { in flow_track_udp() 729 if (__probable((fe->fe_flags & FLOWENTF_TRACK) != 0)) { in flow_pkt_track() [all …]
|
| H A D | flow_manager.c | 957 (fe->fe_flags & FLOWENTF_CHILD)); in flow_mgr_flow_add() 1216 if (fe->fe_flags & FLOWENTF_PARENT) { 1236 ASSERT(fe->fe_flags & FLOWENTF_CHILD); in rx_flow_demux_match() 1239 if (fe->fe_flags & (FLOWENTF_TORN_DOWN | FLOWENTF_NONVIABLE)) { in rx_flow_demux_match() 1331 ASSERT(parent_fe->fe_flags & FLOWENTF_PARENT); in tx_lookup_child_flow()
|
| H A D | flow_owner.c | 212 if (fe->fe_flags & FLOWENTF_TORN_DOWN) { in flow_owner_bucket_activate_nx_port_common()
|
| H A D | flow_var.h | 259 uint32_t fe_flags; member
|
| H A D | flow_agg.c | 2513 ASSERT((fe->fe_flags & FLOWENTF_TRACK) == 0); in flow_rx_agg_host()
|
| /xnu-11215/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 788 if (fe->fe_flags & FLOWENTF_PARENT) { in lookup_flow_with_pkt() 994 fe->fe_flags & FLOWENTF_LISTENER) && in rx_lookup_flow() 1735 if (!(fe->fe_flags & FLOWENTF_NONVIABLE)) { in dp_flow_route_process() 4319 fe->fe_flags, FLOWENTF_BITS); in fsw_linger_insert() 4324 ASSERT(fe->fe_flags & FLOWENTF_TORN_DOWN); in fsw_linger_insert() 4325 ASSERT(fe->fe_flags & FLOWENTF_DESTROYED); in fsw_linger_insert() 4348 fe->fe_flags, FLOWENTF_BITS); in fsw_linger_remove_internal() 4350 ASSERT(fe->fe_flags & FLOWENTF_TORN_DOWN); in fsw_linger_remove_internal() 4351 ASSERT(fe->fe_flags & FLOWENTF_DESTROYED); in fsw_linger_remove_internal() 4352 ASSERT(fe->fe_flags & FLOWENTF_LINGERING); in fsw_linger_remove_internal() [all …]
|
| H A D | fsw_flow.c | 264 fe->fe_flags, FLOWENTF_BITS, fe->fe_proc_name, fe->fe_pid); in fsw_flow_add() 475 os_atomic_or(&fe->fe_flags, FLOWENTF_NOWAKEFROMSLEEP, relaxed); in fsw_flow_config() 478 os_atomic_andnot(&fe->fe_flags, FLOWENTF_NOWAKEFROMSLEEP, relaxed); in fsw_flow_config()
|
| H A D | fsw_qos.c | 115 if ((fe->fe_flags & FLOWENTF_QOS_MARKING) == 0) { in fsw_qos_mark()
|
| /xnu-11215/bsd/skywalk/namespace/ |
| H A D | netns.c | 1771 if (fe->fe_flags & FLOWENTF_EXTRL_PORT) { in netns_local_port_scan_flow_entry()
|