Searched refs:recirc_id (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/net/openvswitch/ |
A D | openvswitch_trace.h | 31 __field( u32, recirc_id ) 56 __entry->recirc_id = key->recirc_id; 74 __entry->recirc_id, __entry->keyaddr, __entry->key_eth_type, 102 __field( u32, recirc_id ) 126 __entry->recirc_id = key->recirc_id; 143 __entry->recirc_id, __entry->keyaddr, __entry->key_eth_type,
|
A D | flow.h | 67 (offsetof(struct sw_flow_key, recirc_id) + \ 68 sizeof_field(struct sw_flow_key, recirc_id)) 87 u32 recirc_id; /* Recirculation ID. */ member
|
A D | actions.c | 155 u32 recirc_id, 1183 u32 recirc_id; in execute_recirc() local 1194 recirc_id = nla_get_u32(a); in execute_recirc() 1195 return clone_execute(dp, skb, key, recirc_id, NULL, 0, last, true); in execute_recirc() 1490 struct sw_flow_key *key, u32 recirc_id, in clone_execute() argument 1524 clone->recirc_id = recirc_id; in clone_execute() 1535 key->recirc_id = recirc_id; in clone_execute() 1549 ovs_dp_name(dp), recirc_id); in clone_execute()
|
A D | flow.c | 1044 key->recirc_id = tc_ext && !tc_ext->act_miss ? in ovs_flow_key_extract() 1052 key->recirc_id = 0; in ovs_flow_key_extract() 1055 key->recirc_id = 0; in ovs_flow_key_extract()
|
A D | flow_table.c | 813 if (key->recirc_id) in ovs_flow_tbl_lookup_stats() 814 skb_hash = jhash_1word(skb_hash, key->recirc_id); in ovs_flow_tbl_lookup_stats()
|
A D | flow_netlink.c | 1168 u32 recirc_id = nla_get_u32(a[OVS_KEY_ATTR_RECIRC_ID]); in metadata_from_nlattrs() local 1170 SW_FLOW_KEY_PUT(match, recirc_id, recirc_id, is_mask); in metadata_from_nlattrs() 2017 if (nla_put_u32(skb, OVS_KEY_ATTR_RECIRC_ID, output->recirc_id)) in __ovs_nla_put_key()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | tc.h | 32 u8 recirc_id; member
|
A D | mae.c | 433 CHECK(RECIRC_ID, recirc_id)) in efx_mae_match_check_caps() 855 match->value.recirc_id); in efx_mae_populate_match_criteria() 857 match->mask.recirc_id); in efx_mae_populate_match_criteria()
|
A D | tc.c | 365 match.mask.recirc_id = 0xff; in efx_tc_flower_replace()
|
/linux-6.3-rc2/net/sched/ |
A D | Kconfig | 947 the correct recirc_id, and hardware chain misses to continue in
|
Completed in 40 milliseconds