Home
last modified time | relevance | path

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

/linux/net/sched/
A Dcls_flower.c1543 if (key->enc_opts.dst_opt_type && in fl_set_enc_opt()
1544 key->enc_opts.dst_opt_type != in fl_set_enc_opt()
1575 if (key->enc_opts.dst_opt_type) { in fl_set_enc_opt()
1580 key->enc_opts.dst_opt_type = IP_TUNNEL_VXLAN_OPT_BIT; in fl_set_enc_opt()
1605 if (key->enc_opts.dst_opt_type) { in fl_set_enc_opt()
1635 if (key->enc_opts.dst_opt_type) { in fl_set_enc_opt()
1641 key->enc_opts.dst_opt_type = IP_TUNNEL_GTP_OPT_BIT; in fl_set_enc_opt()
1652 mask->enc_opts.dst_opt_type = IP_TUNNEL_GTP_OPT_BIT; in fl_set_enc_opt()
1667 if (key->enc_opts.dst_opt_type) { in fl_set_enc_opt()
1672 key->enc_opts.dst_opt_type = IP_TUNNEL_PFCP_OPT_BIT; in fl_set_enc_opt()
[all …]
/linux/include/net/
A Dflow_dissector.h113 u32 dst_opt_type; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
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()
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/
A Dflow_netlink.c2777 IP_TUNNEL_DECLARE_FLAGS(dst_opt_type) = { }; in validate_and_copy_set_tun()
2798 __set_bit(IP_TUNNEL_GENEVE_OPT_BIT, dst_opt_type); in validate_and_copy_set_tun()
2801 __set_bit(IP_TUNNEL_VXLAN_OPT_BIT, dst_opt_type); in validate_and_copy_set_tun()
2804 __set_bit(IP_TUNNEL_ERSPAN_OPT_BIT, dst_opt_type); in validate_and_copy_set_tun()
2849 key.tun_opts_len, dst_opt_type); in validate_and_copy_set_tun()
/linux/net/core/
A Dflow_dissector.c492 enc_opt->dst_opt_type = val < __IP_TUNNEL_FLAG_NUM ? val : 0; in skb_flow_dissect_tunnel_info()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tc.c5653 if (enc_opts.key.dst_opt_type) in mlx5e_tc_restore_tunnel()
5654 __set_bit(enc_opts.key.dst_opt_type, flags); in mlx5e_tc_restore_tunnel()

Completed in 40 milliseconds