Home
last modified time | relevance | path

Searched refs:ip_tunnel_key (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.h89 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 Dbnxt_tc.c107 const struct ip_tunnel_key *tun_key = &tun_info->key; in bnxt_tc_parse_tunnel_set()
796 struct ip_tunnel_key *tun_key = &flow->tun_key; in hwrm_cfa_decap_filter_alloc()
880 struct ip_tunnel_key *encap_key, in hwrm_cfa_encap_record_alloc()
1120 struct ip_tunnel_key *tun_key) in bnxt_tc_get_tunnel_node()
1226 struct ip_tunnel_key *tun_key, in bnxt_tc_resolve_tunnel_hdrs()
1304 struct ip_tunnel_key *decap_key = &flow->tun_key; in bnxt_tc_get_decap_handle()
1308 struct ip_tunnel_key tun_key = { 0 }; in bnxt_tc_get_decap_handle()
1402 struct ip_tunnel_key *encap_key = &flow->actions.tun_encap_key; in bnxt_tc_get_encap_handle()
2002 .key_len = sizeof(struct ip_tunnel_key),
/openbmc/linux/include/net/
H A Dip_tunnels.h31 #define IP_TUNNEL_KEY_SIZE offsetofend(struct ip_tunnel_key, tp_dst)
34 #define IP_TUNNEL_KEY_IPV4_PAD offsetofend(struct ip_tunnel_key, u.ipv4.dst)
36 (sizeof_field(struct ip_tunnel_key, u) - \
37 sizeof_field(struct ip_tunnel_key, u.ipv4))
39 struct ip_tunnel_key { struct
85 struct ip_tunnel_key key;
182 static inline void ip_tunnel_key_init(struct ip_tunnel_key *key, in ip_tunnel_key_init()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.h73 struct ip_tunnel_key key; /* 52 bytes */
H A Dtc_encap_actions.c268 struct ip_tunnel_key *key = &encap->key; in efx_gen_tun_header_ipv4()
288 struct ip_tunnel_key *key = &encap->key; in efx_gen_tun_header_ipv6()
306 struct ip_tunnel_key *key = &encap->key; in efx_gen_tun_header_udp()
318 struct ip_tunnel_key *key = &encap->key; in efx_gen_tun_header_vxlan()
330 struct ip_tunnel_key *key = &encap->key; in efx_gen_tun_header_geneve()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_gre.c31 const struct ip_tunnel_key *tun_key = &e->tun_info->key; in mlx5e_gen_ip_tunnel_header_gretap()
H A Dtc_tun.h25 const struct ip_tunnel_key *ip_tun_key;
H A Dtc_tun_mplsoudp.c32 const struct ip_tunnel_key *tun_key = &r->tun_info->key; in generate_ip_tun_hdr()
H A Dtc_tun.c228 const struct ip_tunnel_key *tun_key = &e->tun_info->key; in mlx5e_tc_tun_create_header_ipv4()
344 const struct ip_tunnel_key *tun_key = &e->tun_info->key; in mlx5e_tc_tun_update_header_ipv4()
498 const struct ip_tunnel_key *tun_key = &e->tun_info->key; in mlx5e_tc_tun_create_header_ipv6()
612 const struct ip_tunnel_key *tun_key = &e->tun_info->key; in mlx5e_tc_tun_update_header_ipv6()
H A Dtc_tun_vxlan.c87 const struct ip_tunnel_key *tun_key = &e->tun_info->key; in mlx5e_gen_ip_tunnel_header_vxlan()
/openbmc/linux/net/psample/
H A Dpsample.c221 const struct ip_tunnel_key *tun_key = &tun_info->key; in __psample_ip_tun_to_nlattr()
313 const struct ip_tunnel_key *tun_key = &tun_info->key; in psample_tunnel_meta_len()
/openbmc/linux/net/openvswitch/
H A Dflow.h78 struct ip_tunnel_key tun_key; /* Encapsulating tunnel key. */
H A Dflow_netlink.c873 const struct ip_tunnel_key *output, in __ip_tun_to_nlattr()
946 const struct ip_tunnel_key *output, in ip_tun_to_nlattr()
/openbmc/linux/drivers/net/
H A Dbareudp.c314 const struct ip_tunnel_key *key = &info->key; in bareudp_xmit_skb()
380 const struct ip_tunnel_key *key = &info->key; in bareudp6_xmit_skb()
H A Dgeneve.c921 const struct ip_tunnel_key *key = &info->key; in geneve_xmit_skb()
1022 const struct ip_tunnel_key *key = &info->key; in geneve6_xmit_skb()
/openbmc/linux/net/ipv4/
H A Dip_gre.c487 const struct ip_tunnel_key *key; in gre_fb_xmit()
525 const struct ip_tunnel_key *key; in erspan_fb_xmit()
607 const struct ip_tunnel_key *key; in gre_fill_metadata_dst()
H A Dip_tunnel.c590 const struct ip_tunnel_key *key; in ip_md_tunnel_xmit()
/openbmc/linux/net/sched/
H A Dact_tunnel_key.c741 struct ip_tunnel_key *key = &info->key; in tunnel_key_dump()
/openbmc/linux/net/ipv6/
H A Dip6_gre.c767 const struct ip_tunnel_key *key; in __gre6_xmit()
992 const struct ip_tunnel_key *key; in ip6erspan_tunnel_xmit()
H A Dip6_tunnel.c1311 const struct ip_tunnel_key *key; in ipxip6_tnl_xmit()
/openbmc/linux/net/core/
H A Dflow_dissector.c369 struct ip_tunnel_key *key; in skb_flow_dissect_tunnel_info()