Searched refs:recirc_id (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/openvswitch/ |
| D | flow.h | 53 (offsetof(struct sw_flow_key, recirc_id) + \ 54 FIELD_SIZEOF(struct sw_flow_key, recirc_id)) 73 u32 recirc_id; /* Recirculation ID. */ member
|
| D | actions.c | 155 u32 recirc_id, 1128 u32 recirc_id; in execute_recirc() local 1139 recirc_id = nla_get_u32(a); in execute_recirc() 1140 return clone_execute(dp, skb, key, recirc_id, NULL, 0, last, true); in execute_recirc() 1367 struct sw_flow_key *key, u32 recirc_id, in clone_execute() argument 1401 clone->recirc_id = recirc_id; in clone_execute() 1412 key->recirc_id = recirc_id; in clone_execute()
|
| D | flow.c | 884 key->recirc_id = tc_ext ? tc_ext->chain : 0; in ovs_flow_key_extract() 886 key->recirc_id = 0; in ovs_flow_key_extract() 889 key->recirc_id = 0; in ovs_flow_key_extract()
|
| D | flow_netlink.c | 1156 u32 recirc_id = nla_get_u32(a[OVS_KEY_ATTR_RECIRC_ID]); in metadata_from_nlattrs() local 1158 SW_FLOW_KEY_PUT(match, recirc_id, recirc_id, is_mask); in metadata_from_nlattrs() 1979 if (nla_put_u32(skb, OVS_KEY_ATTR_RECIRC_ID, output->recirc_id)) in __ovs_nla_put_key()
|
| /Linux-v5.4/net/sched/ |
| D | Kconfig | 973 the correct recirc_id, and hardware chain misses to continue in
|