Home
last modified time | relevance | path

Searched refs:recirc_id (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/net/openvswitch/
A Dopenvswitch_trace.h31 __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 Dflow.h67 (offsetof(struct sw_flow_key, recirc_id) + \
68 sizeof_field(struct sw_flow_key, recirc_id))
87 u32 recirc_id; /* Recirculation ID. */ member
A Dactions.c155 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 Dflow.c1044 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 Dflow_table.c813 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 Dflow_netlink.c1168 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 Dtc.h32 u8 recirc_id; member
A Dmae.c433 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 Dtc.c365 match.mask.recirc_id = 0xff; in efx_tc_flower_replace()
/linux-6.3-rc2/net/sched/
A DKconfig947 the correct recirc_id, and hardware chain misses to continue in

Completed in 31 milliseconds