Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c106 const struct ip_tunnel_key *tun_key = &tun_info->key; in bnxt_tc_parse_tunnel_set()
793 struct ip_tunnel_key *tun_key = &flow->tun_key; in hwrm_cfa_decap_filter_alloc()
873 struct ip_tunnel_key *encap_key, in hwrm_cfa_encap_record_alloc()
1112 struct ip_tunnel_key *tun_key) in bnxt_tc_get_tunnel_node()
1218 struct ip_tunnel_key *tun_key, in bnxt_tc_resolve_tunnel_hdrs()
1296 struct ip_tunnel_key *decap_key = &flow->tun_key; in bnxt_tc_get_decap_handle()
1300 struct ip_tunnel_key tun_key = { 0 }; in bnxt_tc_get_decap_handle()
1394 struct ip_tunnel_key *encap_key = &flow->actions.tun_encap_key; in bnxt_tc_get_encap_handle()
1988 .key_len = sizeof(struct ip_tunnel_key),
/OK3568_Linux_fs/kernel/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
70 struct ip_tunnel_key key; argument
170 static inline void ip_tunnel_key_init(struct ip_tunnel_key *key, in ip_tunnel_key_init()
/OK3568_Linux_fs/kernel/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_mplsoudp.c32 const struct ip_tunnel_key *tun_key = &r->tun_info->key; in generate_ip_tun_hdr()
H A Dtc_tun_vxlan.c86 const struct ip_tunnel_key *tun_key = &e->tun_info->key; in mlx5e_gen_ip_tunnel_header_vxlan()
H A Dtc_tun.c190 const struct ip_tunnel_key *tun_key = &e->tun_info->key; in mlx5e_tc_tun_create_header_ipv4()
355 const struct ip_tunnel_key *tun_key = &e->tun_info->key; in mlx5e_tc_tun_create_header_ipv6()
/OK3568_Linux_fs/kernel/net/psample/
H A Dpsample.c218 const struct ip_tunnel_key *tun_key = &tun_info->key; in __psample_ip_tun_to_nlattr()
310 const struct ip_tunnel_key *tun_key = &tun_info->key; in psample_tunnel_meta_len()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dflow.h65 struct ip_tunnel_key tun_key; /* Encapsulating tunnel key. */
H A Dflow_netlink.c860 const struct ip_tunnel_key *output, in __ip_tun_to_nlattr()
933 const struct ip_tunnel_key *output, in ip_tun_to_nlattr()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dbareudp.c289 const struct ip_tunnel_key *key = &info->key; in bareudp_xmit_skb()
352 const struct ip_tunnel_key *key = &info->key; in bareudp6_xmit_skb()
H A Dgeneve.c887 const struct ip_tunnel_key *key = &info->key; in geneve_xmit_skb()
986 const struct ip_tunnel_key *key = &info->key; in geneve6_xmit_skb()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_gre.c477 const struct ip_tunnel_key *key; in gre_fb_xmit()
515 const struct ip_tunnel_key *key; in erspan_fb_xmit()
596 const struct ip_tunnel_key *key; in gre_fill_metadata_dst()
H A Dip_tunnel.c549 const struct ip_tunnel_key *key; in ip_md_tunnel_xmit()
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_tunnel_key.c737 struct ip_tunnel_key *key = &info->key; in tunnel_key_dump()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_gre.c742 const struct ip_tunnel_key *key; in __gre6_xmit()
988 const struct ip_tunnel_key *key; in ip6erspan_tunnel_xmit()
H A Dip6_tunnel.c1323 const struct ip_tunnel_key *key; in ipxip6_tnl_xmit()
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c282 struct ip_tunnel_key *key; in skb_flow_dissect_tunnel_info()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3672 const struct ip_tunnel_key *ip_tun_key;