Symbol: ip_tunnel_key
drivers/net/bareudp.c
312
const struct ip_tunnel_key *key = &info->key;
drivers/net/bareudp.c
382
const struct ip_tunnel_key *key = &info->key;
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c
107
const struct ip_tunnel_key *tun_key = &tun_info->key;
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c
1124
struct ip_tunnel_key *tun_key)
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c
1230
struct ip_tunnel_key *tun_key,
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c
1308
struct ip_tunnel_key *decap_key = &flow->tun_key;
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c
1312
struct ip_tunnel_key tun_key = { 0 };
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c
1406
struct ip_tunnel_key *encap_key = &flow->actions.tun_encap_key;
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c
2006
.key_len = sizeof(struct ip_tunnel_key),
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c
800
struct ip_tunnel_key *tun_key = &flow->tun_key;
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c
884
struct ip_tunnel_key *encap_key,
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.h
130
struct ip_tunnel_key tun_key;
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.h
131
struct ip_tunnel_key tun_mask;
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.h
153
struct ip_tunnel_key key;
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.h
89
struct ip_tunnel_key tun_encap_key;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
226
const struct ip_tunnel_key *tun_key = &e->tun_info->key;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
343
const struct ip_tunnel_key *tun_key = &e->tun_info->key;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
498
const struct ip_tunnel_key *tun_key = &e->tun_info->key;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
613
const struct ip_tunnel_key *tun_key = &e->tun_info->key;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.h
25
const struct ip_tunnel_key *ip_tun_key;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_gre.c
31
const struct ip_tunnel_key *tun_key = &e->tun_info->key;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_mplsoudp.c
32
const struct ip_tunnel_key *tun_key = &r->tun_info->key;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_vxlan.c
87
const struct ip_tunnel_key *tun_key = &e->tun_info->key;
drivers/net/ethernet/sfc/tc_encap_actions.c
270
struct ip_tunnel_key *key = &encap->key;
drivers/net/ethernet/sfc/tc_encap_actions.c
290
struct ip_tunnel_key *key = &encap->key;
drivers/net/ethernet/sfc/tc_encap_actions.c
308
struct ip_tunnel_key *key = &encap->key;
drivers/net/ethernet/sfc/tc_encap_actions.c
320
struct ip_tunnel_key *key = &encap->key;
drivers/net/ethernet/sfc/tc_encap_actions.c
332
struct ip_tunnel_key *key = &encap->key;
drivers/net/ethernet/sfc/tc_encap_actions.h
73
struct ip_tunnel_key key; /* 52 bytes */
drivers/net/geneve.c
1296
const struct ip_tunnel_key *key = &info->key;
drivers/net/geneve.c
1408
const struct ip_tunnel_key *key = &info->key;
drivers/net/vxlan/vxlan_core.c
2349
struct ip_tunnel_key *pkey;
drivers/net/vxlan/vxlan_core.c
2350
struct ip_tunnel_key key;
include/net/ip_tunnels.h
113
struct ip_tunnel_key key;
include/net/ip_tunnels.h
290
static inline void ip_tunnel_key_init(struct ip_tunnel_key *key,
include/net/ip_tunnels.h
41
#define IP_TUNNEL_KEY_SIZE offsetofend(struct ip_tunnel_key, tp_dst)
include/net/ip_tunnels.h
44
#define IP_TUNNEL_KEY_IPV4_PAD offsetofend(struct ip_tunnel_key, u.ipv4.dst)
include/net/ip_tunnels.h
46
(sizeof_field(struct ip_tunnel_key, u) - \
include/net/ip_tunnels.h
47
sizeof_field(struct ip_tunnel_key, u.ipv4))
include/net/udp_tunnel.h
186
const struct ip_tunnel_key *key,
include/net/udp_tunnel.h
194
const struct ip_tunnel_key *key,
net/core/flow_dissector.c
371
struct ip_tunnel_key *key;
net/ipv4/ip_gre.c
504
const struct ip_tunnel_key *key;
net/ipv4/ip_gre.c
547
const struct ip_tunnel_key *key;
net/ipv4/ip_gre.c
630
const struct ip_tunnel_key *key;
net/ipv4/ip_tunnel.c
577
const struct ip_tunnel_key *key;
net/ipv4/udp_tunnel_core.c
234
const struct ip_tunnel_key *key,
net/ipv6/ip6_gre.c
739
const struct ip_tunnel_key *key;
net/ipv6/ip6_gre.c
973
const struct ip_tunnel_key *key;
net/ipv6/ip6_tunnel.c
1317
const struct ip_tunnel_key *key;
net/ipv6/ip6_udp_tunnel.c
141
const struct ip_tunnel_key *key,
net/openvswitch/flow.h
78
struct ip_tunnel_key tun_key; /* Encapsulating tunnel key. */
net/openvswitch/flow_netlink.c
884
const struct ip_tunnel_key *output,
net/openvswitch/flow_netlink.c
959
const struct ip_tunnel_key *output,
net/psample/psample.c
221
const struct ip_tunnel_key *tun_key = &tun_info->key;
net/psample/psample.c
314
const struct ip_tunnel_key *tun_key = &tun_info->key;
net/sched/act_tunnel_key.c
739
struct ip_tunnel_key *key = &info->key;