Searched refs:ip_tunnel_key (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt_tc.h | 81 struct ip_tunnel_key tun_encap_key; 110 struct ip_tunnel_key tun_key; 111 struct ip_tunnel_key tun_mask; 133 struct ip_tunnel_key key;
|
| D | bnxt_tc.c | 102 const struct ip_tunnel_key *tun_key = &tun_info->key; in bnxt_tc_parse_tunnel_set() 527 struct ip_tunnel_key *tun_key = &flow->tun_key; in hwrm_cfa_decap_filter_alloc() 607 struct ip_tunnel_key *encap_key, in hwrm_cfa_encap_record_alloc() 846 struct ip_tunnel_key *tun_key) in bnxt_tc_get_tunnel_node() 952 struct ip_tunnel_key *tun_key, in bnxt_tc_resolve_tunnel_hdrs() 1030 struct ip_tunnel_key *decap_key = &flow->tun_key; in bnxt_tc_get_decap_handle() 1034 struct ip_tunnel_key tun_key = { 0 }; in bnxt_tc_get_decap_handle() 1128 struct ip_tunnel_key *encap_key = &flow->actions.tun_encap_key; in bnxt_tc_get_encap_handle() 1607 .key_len = sizeof(struct ip_tunnel_key),
|
| /Linux-v5.4/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 (FIELD_SIZEOF(struct ip_tunnel_key, u) - \ 37 FIELD_SIZEOF(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()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| 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_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 | 213 const struct ip_tunnel_key *tun_key = &e->tun_info->key; in mlx5e_tc_tun_create_header_ipv4() 332 const struct ip_tunnel_key *tun_key = &e->tun_info->key; in mlx5e_tc_tun_create_header_ipv6()
|
| /Linux-v5.4/net/openvswitch/ |
| D | flow.h | 64 struct ip_tunnel_key tun_key; /* Encapsulating tunnel key. */
|
| D | flow_netlink.c | 858 const struct ip_tunnel_key *output, in __ip_tun_to_nlattr() 931 const struct ip_tunnel_key *output, in ip_tun_to_nlattr()
|
| /Linux-v5.4/net/ipv4/ |
| D | ip_gre.c | 457 const struct ip_tunnel_key *key; in gre_fb_xmit() 495 const struct ip_tunnel_key *key; in erspan_fb_xmit() 571 const struct ip_tunnel_key *key; in gre_fill_metadata_dst()
|
| D | ip_tunnel.c | 553 const struct ip_tunnel_key *key; in ip_md_tunnel_xmit()
|
| /Linux-v5.4/net/sched/ |
| D | act_tunnel_key.c | 537 struct ip_tunnel_key *key = &info->key; in tunnel_key_dump()
|
| /Linux-v5.4/drivers/net/ |
| D | geneve.c | 878 const struct ip_tunnel_key *key = &info->key; in geneve_xmit_skb() 941 const struct ip_tunnel_key *key = &info->key; in geneve6_xmit_skb()
|
| /Linux-v5.4/net/ipv6/ |
| D | ip6_tunnel.c | 1250 const struct ip_tunnel_key *key; in ip4ip6_tnl_xmit() 1322 const struct ip_tunnel_key *key; in ip6ip6_tnl_xmit()
|
| D | ip6_gre.c | 729 const struct ip_tunnel_key *key; in __gre6_xmit() 963 const struct ip_tunnel_key *key; in ip6erspan_tunnel_xmit()
|
| /Linux-v5.4/net/core/ |
| D | flow_dissector.c | 284 struct ip_tunnel_key *key; in skb_flow_dissect_tunnel_info()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_tc.c | 2920 const struct ip_tunnel_key *ip_tun_key;
|