Searched defs:recirc_id (Results 1 - 7 of 7) sorted by relevance
| /kernel/linux/linux-5.10/net/openvswitch/ |
| H A D | flow.h | 74 u32 recirc_id; /* Recirculation ID. */ member
|
| H A D | flow_netlink.c | 1159 u32 recirc_id = nla_get_u32(a[OVS_KEY_ATTR_RECIRC_ID]); in metadata_from_nlattrs() local
|
| H A D | actions.c | 1176 u32 recirc_id; in execute_recirc() local 1481 clone_execute(struct datapath *dp, struct sk_buff *skb, struct sw_flow_key *key, u32 recirc_id, const struct nlattr *actions, int len, bool last, bool clone_flow_key) clone_execute() argument
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| H A D | tc.h | 90 u8 recirc_id; /* mapped from (u32) TC chain_index to smaller space */ member
|
| /kernel/linux/linux-6.6/net/openvswitch/ |
| H A D | flow.h | 87 u32 recirc_id; /* Recirculation ID. */ member
|
| H A D | flow_netlink.c | 1171 u32 recirc_id = nla_get_u32(a[OVS_KEY_ATTR_RECIRC_ID]); in metadata_from_nlattrs() local
|
| H A D | actions.c | 1196 u32 recirc_id; in execute_recirc() local 1518 clone_execute(struct datapath *dp, struct sk_buff *skb, struct sw_flow_key *key, u32 recirc_id, const struct nlattr *actions, int len, bool last, bool clone_flow_key) clone_execute() argument [all...] |
Completed in 15 milliseconds