Searched refs:fe_flags (Results 1 – 10 of 10) sorted by relevance
| /xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 209 ASSERT(parent_fe->fe_flags & FLOWENT_PARENT); in flow_entry_add_child() 213 if (parent_fe->fe_flags & FLOWENTF_NONVIABLE) { in flow_entry_add_child() 216 dbgbuf, sizeof(dbgbuf)), SK_KVA(parent_fe), parent_fe->fe_flags, in flow_entry_add_child() 229 dbgbuf, sizeof(dbgbuf)), SK_KVA(fe), fe->fe_flags, in flow_entry_add_child() 235 if (fe->fe_flags & FLOWENTF_NONVIABLE) { in flow_entry_add_child() 256 ASSERT(parent_fe->fe_flags & FLOWENT_PARENT); in flow_entry_remove_all_children() 262 if (!(fe->fe_flags & FLOWENTF_NONVIABLE)) { in flow_entry_remove_all_children() 293 ASSERT(fe->fe_flags & FLOWENT_CHILD); in flow_entry_set_demux_patterns() 435 if ((fe->fe_flags & FLOWENT_PARENT) && in flow_entry_alloc() 442 dbgbuf, sizeof(dbgbuf)), SK_KVA(fe), fe->fe_flags, in flow_entry_alloc() [all …]
|
| H A D | flow_track.c | 142 atomic_bitset_32(&fe->fe_flags, FLOWENTF_INITED); in flow_track_tcp_init() 253 if (__improbable((fe->fe_flags & FLOWENTF_INITED) == 0)) { in flow_track_tcp() 511 atomic_bitset_32(&fe->fe_flags, FLOWENTF_HALF_CLOSED); in flow_track_tcp() 519 (fe->fe_flags & FLOWENTF_WAIT_CLOSE) == 0)) { in flow_track_tcp() 520 atomic_bitset_32(&fe->fe_flags, FLOWENTF_WAIT_CLOSE); in flow_track_tcp() 528 (fe->fe_flags & FLOWENTF_CLOSE_NOTIFY) == 0)) { in flow_track_tcp() 529 atomic_bitset_32(&fe->fe_flags, FLOWENTF_CLOSE_NOTIFY); in flow_track_tcp() 543 if (fe->fe_flags & FLOWENTF_HALF_CLOSED) { in flow_track_tcp() 544 atomic_bitclear_32(&fe->fe_flags, FLOWENTF_HALF_CLOSED); in flow_track_tcp() 585 (fe->fe_flags & FLOWENTF_ABORTED)) { in flow_track_tcp_want_abort() [all …]
|
| H A D | flow_manager.c | 953 (fe->fe_flags & FLOWENT_CHILD)); in flow_mgr_flow_add() 1212 if (fe->fe_flags & FLOWENT_PARENT) { 1233 ASSERT(fe->fe_flags & FLOWENT_CHILD); in rx_flow_demux_match() 1236 if (fe->fe_flags & (FLOWENTF_TORN_DOWN | FLOWENTF_NONVIABLE)) { in rx_flow_demux_match() 1327 ASSERT(parent_fe->fe_flags & FLOWENT_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 | 252 uint32_t fe_flags; member
|
| H A D | flow_agg.c | 2408 ASSERT((fe->fe_flags & FLOWENTF_TRACK) == 0); in flow_rx_agg_host()
|
| /xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 710 (fe->fe_flags & (FLOWENT_PARENT | FLOWENT_CHILD)) != 0)) { in lookup_flow_with_pkt() 713 if (fe->fe_flags & FLOWENT_PARENT) { in lookup_flow_with_pkt() 729 if (__probable(fe->fe_flags & FLOWENT_PARENT)) { in lookup_flow_with_pkt() 766 if (__improbable(fe->fe_flags & FLOWENTF_TORN_DOWN)) { in rx_lookup_flow() 1343 if (__improbable(!(fe->fe_flags & FLOWENTF_NONVIABLE) && in dp_flow_route_process() 1357 if (!(fe->fe_flags & FLOWENTF_NONVIABLE)) { in dp_flow_route_process() 1379 (fe->fe_flags & FLOWENTF_NONVIABLE) != 0)) { in dp_flow_route_process() 2824 if (__improbable(fe->fe_flags & FLOWENTF_LISTENER)) { in dp_flow_tx_process() 2951 if (__improbable(fe->fe_flags & FLOWENTF_TORN_DOWN)) { in tx_lookup_flow() 3395 fe->fe_flags, FLOWENTF_BITS); in fsw_linger_insert() [all …]
|
| H A D | fsw_qos.c | 113 if ((fe->fe_flags & FLOWENTF_QOS_MARKING) == 0) { in fsw_qos_mark()
|
| H A D | fsw_flow.c | 264 fe->fe_flags, FLOWENTF_BITS, fe->fe_proc_name, fe->fe_pid); in fsw_flow_add()
|
| /xnu-8796.141.3/bsd/skywalk/namespace/ |
| H A D | netns.c | 1767 if (fe->fe_flags & FLOWENTF_EXTRL_PORT) { in netns_local_port_scan_flow_entry()
|