Searched refs:recirc_id (Results 1 – 6 of 6) sorted by relevance
/net/openvswitch/ |
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 | 154 u32 recirc_id, 1176 u32 recirc_id; in execute_recirc() local 1187 recirc_id = nla_get_u32(a); in execute_recirc() 1188 return clone_execute(dp, skb, key, recirc_id, NULL, 0, last, true); in execute_recirc() 1482 struct sw_flow_key *key, u32 recirc_id, in clone_execute() argument 1516 clone->recirc_id = recirc_id; in clone_execute() 1527 key->recirc_id = recirc_id; in clone_execute()
|
D | flow.c | 892 key->recirc_id = tc_ext ? tc_ext->chain : 0; in ovs_flow_key_extract() 895 key->recirc_id = 0; in ovs_flow_key_extract() 898 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
|