Searched refs:ip_tunnel_key (Results 1 – 19 of 19) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/ ! |
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;
|
D | bnxt_tc.c | 107 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),
|
/linux-6.1.9/include/net/ ! |
D | ip_tunnels.h | 31 #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 71 struct ip_tunnel_key key; argument 174 static inline void ip_tunnel_key_init(struct ip_tunnel_key *key, in ip_tunnel_key_init()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/ ! |
D | tc_tun.h | 25 const struct ip_tunnel_key *ip_tun_key;
|
D | tc_tun_gre.c | 31 const struct ip_tunnel_key *tun_key = &e->tun_info->key; in mlx5e_gen_ip_tunnel_header_gretap()
|
D | tc_tun_mplsoudp.c | 32 const struct ip_tunnel_key *tun_key = &r->tun_info->key; in generate_ip_tun_hdr()
|
D | tc_tun_vxlan.c | 86 const struct ip_tunnel_key *tun_key = &e->tun_info->key; in mlx5e_gen_ip_tunnel_header_vxlan()
|
D | tc_tun.c | 228 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()
|
/linux-6.1.9/net/psample/ ! |
D | psample.c | 220 const struct ip_tunnel_key *tun_key = &tun_info->key; in __psample_ip_tun_to_nlattr() 312 const struct ip_tunnel_key *tun_key = &tun_info->key; in psample_tunnel_meta_len()
|
/linux-6.1.9/net/openvswitch/ ! |
D | flow.h | 78 struct ip_tunnel_key tun_key; /* Encapsulating tunnel key. */
|
D | flow_netlink.c | 870 const struct ip_tunnel_key *output, in __ip_tun_to_nlattr() 943 const struct ip_tunnel_key *output, in ip_tun_to_nlattr()
|
/linux-6.1.9/drivers/net/ ! |
D | bareudp.c | 298 const struct ip_tunnel_key *key = &info->key; in bareudp_xmit_skb() 361 const struct ip_tunnel_key *key = &info->key; in bareudp6_xmit_skb()
|
D | geneve.c | 910 const struct ip_tunnel_key *key = &info->key; in geneve_xmit_skb() 1010 const struct ip_tunnel_key *key = &info->key; in geneve6_xmit_skb()
|
/linux-6.1.9/net/ipv4/ ! |
D | ip_gre.c | 482 const struct ip_tunnel_key *key; in gre_fb_xmit() 520 const struct ip_tunnel_key *key; in erspan_fb_xmit() 601 const struct ip_tunnel_key *key; in gre_fill_metadata_dst()
|
D | ip_tunnel.c | 549 const struct ip_tunnel_key *key; in ip_md_tunnel_xmit()
|
/linux-6.1.9/net/sched/ ! |
D | act_tunnel_key.c | 736 struct ip_tunnel_key *key = &info->key; in tunnel_key_dump()
|
/linux-6.1.9/net/ipv6/ ! |
D | ip6_gre.c | 764 const struct ip_tunnel_key *key; in __gre6_xmit() 1010 const struct ip_tunnel_key *key; in ip6erspan_tunnel_xmit()
|
D | ip6_tunnel.c | 1297 const struct ip_tunnel_key *key; in ipxip6_tnl_xmit()
|
/linux-6.1.9/net/core/ ! |
D | flow_dissector.c | 315 struct ip_tunnel_key *key; in skb_flow_dissect_tunnel_info()
|