Searched refs:recirc_id (Results 1 – 7 of 7) sorted by relevance
/net/openvswitch/ |
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,
|
D | flow.h | 54 (offsetof(struct sw_flow_key, recirc_id) + \ 55 sizeof_field(struct sw_flow_key, recirc_id)) 74 u32 recirc_id; /* Recirculation ID. */ member
|
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()
|
D | flow.c | 900 key->recirc_id = tc_ext ? tc_ext->chain : 0; in ovs_flow_key_extract() 907 key->recirc_id = 0; in ovs_flow_key_extract() 910 key->recirc_id = 0; in ovs_flow_key_extract()
|
D | flow_table.c | 812 if (key->recirc_id) in ovs_flow_tbl_lookup_stats() 813 skb_hash = jhash_1word(skb_hash, key->recirc_id); in ovs_flow_tbl_lookup_stats()
|
D | flow_netlink.c | 1159 u32 recirc_id = nla_get_u32(a[OVS_KEY_ATTR_RECIRC_ID]); in metadata_from_nlattrs() local 1161 SW_FLOW_KEY_PUT(match, recirc_id, recirc_id, is_mask); in metadata_from_nlattrs() 1997 if (nla_put_u32(skb, OVS_KEY_ATTR_RECIRC_ID, output->recirc_id)) in __ovs_nla_put_key()
|
/net/sched/ |
D | Kconfig | 938 the correct recirc_id, and hardware chain misses to continue in
|