/linux/net/core/ |
A D | flow_dissector.c | 832 FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in __skb_flow_bpf_to_target() 834 FLOW_DISSECTOR_KEY_IPV6_ADDRS, in __skb_flow_bpf_to_target() 840 key_control->addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in __skb_flow_bpf_to_target() 1102 FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in __skb_flow_dissect() 1104 FLOW_DISSECTOR_KEY_IPV6_ADDRS, in __skb_flow_dissect() 1486 case FLOW_DISSECTOR_KEY_IPV6_ADDRS: in flow_keys_hash_length() 1501 case FLOW_DISSECTOR_KEY_IPV6_ADDRS: in flow_get_u32_src() 1517 case FLOW_DISSECTOR_KEY_IPV6_ADDRS: in flow_get_u32_dst() 1545 case FLOW_DISSECTOR_KEY_IPV6_ADDRS: in __flow_hash_consistentify() 1773 .key_id = FLOW_DISSECTOR_KEY_IPV6_ADDRS, [all …]
|
A D | flow_offload.c | 89 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS, out); in flow_rule_match_ipv6_addrs()
|
/linux/net/netfilter/ |
A D | nft_payload.c | 361 NFT_OFFLOAD_MATCH(FLOW_DISSECTOR_KEY_IPV6_ADDRS, ipv6, src, in nft_payload_offload_ip6() 363 nft_flow_rule_set_addr_type(flow, FLOW_DISSECTOR_KEY_IPV6_ADDRS); in nft_payload_offload_ip6() 370 NFT_OFFLOAD_MATCH(FLOW_DISSECTOR_KEY_IPV6_ADDRS, ipv6, dst, in nft_payload_offload_ip6() 372 nft_flow_rule_set_addr_type(flow, FLOW_DISSECTOR_KEY_IPV6_ADDRS); in nft_payload_offload_ip6()
|
A D | nf_flow_table_offload.c | 75 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in nf_flow_rule_lwt_match() 104 NF_FLOW_DISSECTOR(match, FLOW_DISSECTOR_KEY_IPV6_ADDRS, ipv6); in nf_flow_rule_match() 152 key->control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in nf_flow_rule_match()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_tc_flower.c | 175 } else if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in cxgb4_process_flow_match() 176 addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in cxgb4_process_flow_match() 216 if (addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in cxgb4_process_flow_match() 319 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in cxgb4_validate_flow_match()
|
/linux/include/net/ |
A D | flow_dissector.h | 258 FLOW_DISSECTOR_KEY_IPV6_ADDRS, /* struct flow_dissector_key_ipv6_addrs */ enumerator
|
A D | ipv6.h | 844 flow->control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in iph_to_flow_copy_v6addrs()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_flower.c | 440 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in mlxsw_sp_flower_parse() 536 if (addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) in mlxsw_sp_flower_parse()
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_tc_lib.c | 780 FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in ice_parse_tunnel_attr() 836 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in ice_parse_cls_flower() 965 if (addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in ice_parse_cls_flower()
|
/linux/drivers/net/ethernet/mscc/ |
A D | ocelot_flower.c | 497 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in ocelot_flower_parse_key() 624 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS) && in ocelot_flower_parse_key()
|
/linux/net/ipv6/ |
A D | route.c | 2353 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_custom_hash_outer() 2400 } else if (keys.control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in rt6_multipath_custom_hash_inner() 2401 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_custom_hash_inner() 2442 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_custom_hash_fl6() 2469 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash() 2495 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash() 2503 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash() 2514 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash() 2529 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash() 2536 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash() [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_ct.c | 230 } else if (tuple->addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in mlx5_tc_ct_rule_to_tuple() 373 if (addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in mlx5_tc_ct_set_tuple_match() 922 } else if (rev_tuple.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in mlx5_tc_ct_shared_counter_get() 1208 tuple->addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in mlx5_tc_ct_skb_to_tuple()
|
A D | tc_tun.c | 870 } else if (addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in mlx5e_tc_tun_parse()
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | otx2_tc.c | 414 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in otx2_tc_prepare_flow() 534 } else if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in otx2_tc_prepare_flow()
|
/linux/drivers/net/ethernet/marvell/prestera/ |
A D | prestera_flower.c | 105 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in prestera_flower_parse()
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
A D | offload.c | 30 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | \ 142 flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS) || in nfp_flower_check_higher_than_mac() 330 FLOW_DISSECTOR_KEY_IPV6_ADDRS; in nfp_flower_calculate_key_layers()
|
A D | conntrack.c | 119 if (ovlp_keys & BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in nfp_ct_merge_check() 303 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in nfp_ct_check_mangle_merge()
|
A D | match.c | 343 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in nfp_flower_compile_ipv6()
|
/linux/net/sched/ |
A D | cls_flower.c | 1566 key->control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in fl_set_key() 1670 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in fl_set_key() 1779 FLOW_DISSECTOR_KEY_IPV6_ADDRS, ipv6); in fl_init_dissector() 2913 else if (key->control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS && in fl_dump_key() 3009 else if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS && in fl_dump_key()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
A D | tc.c | 599 } else if (key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in mlx5e_restore_tunnel()
|
/linux/net/ipv4/ |
A D | route.c | 1956 } else if (keys.control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in fib_multipath_custom_hash_inner() 1957 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in fib_multipath_custom_hash_inner() 2079 } else if (keys.control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in fib_multipath_hash() 2080 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in fib_multipath_hash()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
A D | dpaa2-switch-flower.c | 26 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in dpaa2_switch_flower_parse_key()
|
/linux/drivers/net/ethernet/qlogic/qede/ |
A D | qede_filter.c | 1732 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in qede_flow_parse_v6_common() 1833 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in qede_parse_flow_attr()
|
/linux/drivers/net/ethernet/intel/iavf/ |
A D | iavf_main.c | 2863 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in iavf_parse_cls_flower() 3013 if (addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in iavf_parse_cls_flower()
|
/linux/net/ethtool/ |
A D | ioctl.c | 3214 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS); in ethtool_rx_flow_rule_create() 3215 match->dissector.offset[FLOW_DISSECTOR_KEY_IPV6_ADDRS] = in ethtool_rx_flow_rule_create()
|