Searched refs:tp_dst (Results 1 – 14 of 14) sorted by relevance
| /linux/include/net/ |
| H A D | dst_metadata.h | 204 __be16 tp_dst, in __ip_tun_set_dst() argument 217 0, 0, tp_dst, tunnel_id, flags); in __ip_tun_set_dst() 241 __be16 tp_dst, in __ipv6_tun_set_dst() argument 259 info->key.tp_dst = tp_dst; in __ipv6_tun_set_dst()
|
| H A D | ip_tunnels.h | 41 #define IP_TUNNEL_KEY_SIZE offsetofend(struct ip_tunnel_key, tp_dst) 85 __be16 tp_dst; member 293 __be16 tp_src, __be16 tp_dst, in ip_tunnel_key_init() argument 312 key->tp_dst = tp_dst; in ip_tunnel_key_init()
|
| /linux/drivers/net/ |
| H A D | geneve.c | 807 udp_conf.local_udp_port = info->key.tp_dst; in geneve_create_sock() 1108 __be16 dst_port = info->key.tp_dst; in geneve_find_sock() 1411 sport, cfg->info.key.tp_dst, tos, in geneve_xmit_skb() 1493 tos, ttl, df, sport, cfg->info.key.tp_dst, in geneve_xmit_skb() 1529 cfg->info.key.tp_dst, prio, in geneve6_xmit_skb() 1591 info->key.label, sport, cfg->info.key.tp_dst, in geneve6_xmit_skb() 1684 sport, cfg->info.key.tp_dst, in geneve_fill_metadata_dst() 1711 cfg->info.key.tp_dst, prio, in geneve_fill_metadata_dst() 1724 info->key.tp_dst = cfg->info.key.tp_dst; in geneve_fill_metadata_dst() 2004 if (info->key.tp_dst == gcfg->info.key.tp_dst && in geneve_find_dev() [all …]
|
| H A D | bareudp.c | 548 info->key.tp_dst = bareudp->port; in bareudp_fill_metadata_dst()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_tun_vxlan.c | 66 int dst_port = be16_to_cpu(e->tun_info->key.tp_dst); in mlx5e_tc_tun_init_encap_attr_vxlan() 99 udp->dest = tun_key->tp_dst; in mlx5e_gen_ip_tunnel_header_vxlan()
|
| H A D | tc_tun_mplsoudp.c | 40 udp->dest = tun_key->tp_dst; in generate_ip_tun_hdr()
|
| H A D | tc_tun_geneve.c | 104 udp->dest = tun_info->key.tp_dst; in mlx5e_gen_ip_tunnel_header_geneve()
|
| /linux/net/psample/ |
| H A D | psample.c | 269 if (tun_key->tp_dst && in __psample_ip_tun_to_nlattr() 270 nla_put_be16(skb, PSAMPLE_TUNNEL_KEY_ATTR_TP_DST, tun_key->tp_dst)) in __psample_ip_tun_to_nlattr() 347 if (tun_key->tp_dst) in psample_tunnel_meta_len()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_tc.c | 497 flow->tun_key.tp_dst = match.key->dst; in bnxt_tc_parse_flow() 498 flow->tun_mask.tp_dst = match.mask->dst; in bnxt_tc_parse_flow() 845 req->dst_port = tun_key->tp_dst; in hwrm_cfa_decap_filter_alloc() 917 encap->dst_port = encap_key->tp_dst; in hwrm_cfa_encap_record_alloc() 1242 flow.fl4_dport = tun_key->tp_dst; in bnxt_tc_resolve_tunnel_hdrs() 1339 tun_key.tp_dst = flow->tun_key.tp_dst; in bnxt_tc_get_decap_handle()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_encap_actions.c | 103 flow4.fl4_dport = encap->key.tp_dst; in efx_bind_neigh() 111 flow6.fl6_dport = encap->key.tp_dst; in efx_bind_neigh() 313 udp->dest = key->tp_dst; in efx_gen_tun_header_udp()
|
| /linux/net/ipv4/ |
| H A D | udp_tunnel_core.c | 218 info->key.tp_dst = udp_hdr(skb)->dest; in udp_tun_rx_dst()
|
| /linux/net/sched/ |
| H A D | act_tunnel_key.c | 752 (key->tp_dst && in tunnel_key_dump() 754 key->tp_dst)) || in tunnel_key_dump()
|
| /linux/net/openvswitch/ |
| H A D | flow_netlink.c | 750 SW_FLOW_KEY_PUT(match, tun_key.tp_dst, in ip_tun_from_nlattr() 840 match->key->tun_key.tp_dst || in ip_tun_from_nlattr() 933 if (output->tp_dst && in __ip_tun_to_nlattr() 934 nla_put_be16(skb, OVS_TUNNEL_KEY_ATTR_TP_DST, output->tp_dst)) in __ip_tun_to_nlattr()
|
| /linux/net/core/ |
| H A D | flow_dissector.c | 459 tp->dst = key->tp_dst; in skb_flow_dissect_tunnel_info()
|