Searched refs:ip_tunnel_key (Results 1 – 22 of 22) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_tc.h | 89 struct ip_tunnel_key tun_encap_key; 130 struct ip_tunnel_key tun_key; 131 struct ip_tunnel_key tun_mask; 153 struct ip_tunnel_key key;
|
| H A D | bnxt_tc.c | 107 const struct ip_tunnel_key *tun_key = &tun_info->key; in bnxt_tc_parse_tunnel_set() 800 struct ip_tunnel_key *tun_key = &flow->tun_key; in hwrm_cfa_decap_filter_alloc() 884 struct ip_tunnel_key *encap_key, in hwrm_cfa_encap_record_alloc() 1124 struct ip_tunnel_key *tun_key) in bnxt_tc_get_tunnel_node() 1230 struct ip_tunnel_key *tun_key, in bnxt_tc_resolve_tunnel_hdrs() 1308 struct ip_tunnel_key *decap_key = &flow->tun_key; in bnxt_tc_get_decap_handle() 1312 struct ip_tunnel_key tun_key = { 0 }; in bnxt_tc_get_decap_handle() 1406 struct ip_tunnel_key *encap_key = &flow->actions.tun_encap_key; in bnxt_tc_get_encap_handle() 2006 .key_len = sizeof(struct ip_tunnel_key),
|
| /linux/include/net/ |
| H A D | ip_tunnels.h | 41 #define IP_TUNNEL_KEY_SIZE offsetofend(struct ip_tunnel_key, tp_dst) 44 #define IP_TUNNEL_KEY_IPV4_PAD offsetofend(struct ip_tunnel_key, u.ipv4.dst) 46 (sizeof_field(struct ip_tunnel_key, u) - \ 47 sizeof_field(struct ip_tunnel_key, u.ipv4)) 67 struct ip_tunnel_key { struct 113 struct ip_tunnel_key key; 290 static inline void ip_tunnel_key_init(struct ip_tunnel_key *key, in ip_tunnel_key_init()
|
| H A D | udp_tunnel.h | 186 const struct ip_tunnel_key *key, 194 const struct ip_tunnel_key *key,
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_encap_actions.c | 270 struct ip_tunnel_key *key = &encap->key; in efx_gen_tun_header_ipv4() 290 struct ip_tunnel_key *key = &encap->key; in efx_gen_tun_header_ipv6() 308 struct ip_tunnel_key *key = &encap->key; in efx_gen_tun_header_udp() 320 struct ip_tunnel_key *key = &encap->key; in efx_gen_tun_header_vxlan() 332 struct ip_tunnel_key *key = &encap->key; in efx_gen_tun_header_geneve()
|
| H A D | tc_encap_actions.h | 73 struct ip_tunnel_key key; /* 52 bytes */
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_tun_gre.c | 31 const struct ip_tunnel_key *tun_key = &e->tun_info->key; in mlx5e_gen_ip_tunnel_header_gretap()
|
| H A D | tc_tun.h | 25 const struct ip_tunnel_key *ip_tun_key;
|
| H A D | tc_tun_mplsoudp.c | 32 const struct ip_tunnel_key *tun_key = &r->tun_info->key; in generate_ip_tun_hdr()
|
| H A D | tc_tun_vxlan.c | 87 const struct ip_tunnel_key *tun_key = &e->tun_info->key; in mlx5e_gen_ip_tunnel_header_vxlan()
|
| /linux/net/psample/ |
| H A D | psample.c | 221 const struct ip_tunnel_key *tun_key = &tun_info->key; in __psample_ip_tun_to_nlattr() 314 const struct ip_tunnel_key *tun_key = &tun_info->key; in psample_tunnel_meta_len()
|
| /linux/net/ipv6/ |
| H A D | ip6_udp_tunnel.c | 141 const struct ip_tunnel_key *key, in udp_tunnel6_dst_lookup()
|
| H A D | ip6_gre.c | 739 const struct ip_tunnel_key *key; in __gre6_xmit() 973 const struct ip_tunnel_key *key; in ip6erspan_tunnel_xmit()
|
| H A D | ip6_tunnel.c | 1317 const struct ip_tunnel_key *key; in ipxip6_tnl_xmit()
|
| /linux/net/openvswitch/ |
| H A D | flow.h | 78 struct ip_tunnel_key tun_key; /* Encapsulating tunnel key. */
|
| H A D | flow_netlink.c | 884 const struct ip_tunnel_key *output, in __ip_tun_to_nlattr() 959 const struct ip_tunnel_key *output, in ip_tun_to_nlattr()
|
| /linux/drivers/net/ |
| H A D | bareudp.c | 312 const struct ip_tunnel_key *key = &info->key; in bareudp_xmit_skb() 382 const struct ip_tunnel_key *key = &info->key; in bareudp6_xmit_skb()
|
| H A D | geneve.c | 1296 const struct ip_tunnel_key *key = &info->key; in geneve_xmit_skb() 1408 const struct ip_tunnel_key *key = &info->key; in geneve6_xmit_skb()
|
| /linux/net/ipv4/ |
| H A D | ip_gre.c | 504 const struct ip_tunnel_key *key; in gre_fb_xmit() 547 const struct ip_tunnel_key *key; in erspan_fb_xmit() 630 const struct ip_tunnel_key *key; in gre_fill_metadata_dst()
|
| H A D | ip_tunnel.c | 577 const struct ip_tunnel_key *key; in ip_md_tunnel_xmit()
|
| /linux/net/core/ |
| H A D | flow_dissector.c | 371 struct ip_tunnel_key *key; in skb_flow_dissect_tunnel_info()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 2349 struct ip_tunnel_key *pkey; in vxlan_xmit_one() 2350 struct ip_tunnel_key key; in vxlan_xmit_one()
|