Home
last modified time | relevance | path

Searched refs:dst_opt_type (Results 1 – 6 of 6) sorted by relevance

/linux/net/sched/
H A Dcls_flower.c1540 if (key->enc_opts.dst_opt_type && in fl_set_enc_opt()
1541 key->enc_opts.dst_opt_type != in fl_set_enc_opt()
1547 key->enc_opts.dst_opt_type = IP_TUNNEL_GENEVE_OPT_BIT; in fl_set_enc_opt()
1558 mask->enc_opts.dst_opt_type = IP_TUNNEL_GENEVE_OPT_BIT; in fl_set_enc_opt()
1572 if (key->enc_opts.dst_opt_type) { in fl_set_enc_opt()
1577 key->enc_opts.dst_opt_type = IP_TUNNEL_VXLAN_OPT_BIT; in fl_set_enc_opt()
1588 mask->enc_opts.dst_opt_type = IP_TUNNEL_VXLAN_OPT_BIT; in fl_set_enc_opt()
1602 if (key->enc_opts.dst_opt_type) { in fl_set_enc_opt()
1607 key->enc_opts.dst_opt_type = IP_TUNNEL_ERSPAN_OPT_BIT; in fl_set_enc_opt()
1618 mask->enc_opts.dst_opt_type in fl_set_enc_opt()
[all...]
/linux/include/net/
H A Dflow_dissector.h113 u32 dst_opt_type; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_vxlan.c128 if (enc_opts.key->dst_opt_type != IP_TUNNEL_VXLAN_OPT_BIT) { in mlx5e_tc_tun_parse_vxlan_gbp_option()
H A Dtc_tun_geneve.c192 if (enc_opts.key->dst_opt_type != IP_TUNNEL_GENEVE_OPT_BIT) { in mlx5e_tc_tun_parse_geneve_options()
/linux/net/openvswitch/
H A Dflow_netlink.c2727 IP_TUNNEL_DECLARE_FLAGS(dst_opt_type) = { }; in validate_and_copy_set_tun()
2748 __set_bit(IP_TUNNEL_GENEVE_OPT_BIT, dst_opt_type); in validate_and_copy_set_tun()
2751 __set_bit(IP_TUNNEL_VXLAN_OPT_BIT, dst_opt_type); in validate_and_copy_set_tun()
2754 __set_bit(IP_TUNNEL_ERSPAN_OPT_BIT, dst_opt_type); in validate_and_copy_set_tun()
2799 key.tun_opts_len, dst_opt_type); in validate_and_copy_set_tun()
/linux/net/core/
H A Dflow_dissector.c492 enc_opt->dst_opt_type = val < __IP_TUNNEL_FLAG_NUM ? val : 0; in skb_flow_dissect_tunnel_info()