Searched refs:recirc_id (Results 1 – 8 of 8) sorted by relevance
| /linux/net/openvswitch/ |
| H A D | openvswitch_trace.h | 31 __field( u32, recirc_id ) 56 __entry->recirc_id = key->recirc_id; 69 TP_printk("dpaddr=%p dp_name=%s dev=%s skbaddr=%p len=%u data_len=%u truesize=%u nr_frags=%d gso_size=%d gso_type=%#x ovs_flow_hash=0x%08x recirc_id=0x%08x keyaddr=%p eth_type=0x%04x ct_state=%02x ct_orig_proto=%02x ct_Zone=%04x flow_key_valid=%d action_type=%u action_len=%u action_data=%p is_last=%d", 74 __entry->recirc_id, __entry->keyaddr, __entry->key_eth_type, 102 __field( u32, recirc_id ) 126 __entry->recirc_id = key->recirc_id; 138 TP_printk("dpaddr=%p dp_name=%s dev=%s skbaddr=%p len=%u data_len=%u truesize=%u nr_frags=%d gso_size=%d gso_type=%#x ovs_flow_hash=0x%08x recirc_id=0x%08x keyaddr=%p eth_type=0x%04x ct_state=%02x ct_orig_proto=%02x ct_zone=%04x flow_key_valid=%d upcall_cmd=%u upcall_port=%u upcall_mru=%u", 143 __entry->recirc_id, __entr [all...] |
| H A D | flow.h | 67 (offsetof(struct sw_flow_key, recirc_id) + \ 68 sizeof_field(struct sw_flow_key, recirc_id)) 87 u32 recirc_id; /* Recirculation ID. */ member
|
| H A D | actions.c | 121 u32 recirc_id, 1118 u32 recirc_id; in execute_recirc() local 1129 recirc_id = nla_get_u32(a); in execute_recirc() 1130 return clone_execute(dp, skb, key, recirc_id, NULL, 0, last, true); in execute_recirc() 1480 struct sw_flow_key *key, u32 recirc_id, in clone_execute() argument 1513 clone->recirc_id = recirc_id; in clone_execute() 1524 key->recirc_id = recirc_id; in clone_execute() 1538 ovs_dp_name(dp), recirc_id); in clone_execute()
|
| H A D | flow_netlink.c | 1184 u32 recirc_id = nla_get_u32(a[OVS_KEY_ATTR_RECIRC_ID]); in metadata_from_nlattrs() local 1186 SW_FLOW_KEY_PUT(match, recirc_id, recirc_id, is_mask); in metadata_from_nlattrs() 1996 if (nla_put_u32(skb, OVS_KEY_ATTR_RECIRC_ID, output->recirc_id)) in __ovs_nla_put_key()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc.h | 92 u8 recirc_id; /* mapped from (u32) TC chain_index to smaller space */ member
|
| H A D | tc.c | 1484 match->mask.recirc_id = 0xff; in efx_tc_flower_replace_foreign_lhs_ar() 1716 match.value.recirc_id = rid->fw_id; in efx_tc_flower_replace_foreign() 1718 match.mask.recirc_id = 0xff; in efx_tc_flower_replace_foreign() 2152 match.value.recirc_id = rid->fw_id; in efx_tc_flower_replace() 2154 match.mask.recirc_id = 0xff; in efx_tc_flower_replace()
|
| H A D | mae.c | 694 CHECK(RECIRC_ID, recirc_id)) in efx_mae_match_check_caps() 798 UNSUPPORTED(recirc_id)) in efx_mae_match_check_caps_lhs() 2116 match->value.recirc_id); in efx_mae_populate_match_criteria() 2118 match->mask.recirc_id); in efx_mae_populate_match_criteria()
|
| /linux/net/sched/ |
| H A D | Kconfig | 961 the correct recirc_id, and hardware chain misses to continue in
|