Symbol: ip_tunnel_key
drivers/net/bareudp.c
309
const struct ip_tunnel_key *key = &info->key;
drivers/net/bareudp.c
379
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
497
const struct ip_tunnel_key *tun_key = &e->tun_info->key;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
612
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
269
struct ip_tunnel_key *key = &encap->key;
drivers/net/ethernet/sfc/tc_encap_actions.c
289
struct ip_tunnel_key *key = &encap->key;
drivers/net/ethernet/sfc/tc_encap_actions.c
307
struct ip_tunnel_key *key = &encap->key;
drivers/net/ethernet/sfc/tc_encap_actions.c
319
struct ip_tunnel_key *key = &encap->key;
drivers/net/ethernet/sfc/tc_encap_actions.c
331
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
1347
const struct ip_tunnel_key *key = &info->key;
drivers/net/geneve.c
1465
const struct ip_tunnel_key *key = &info->key;
drivers/net/vxlan/vxlan_core.c
2355
struct ip_tunnel_key *pkey;
drivers/net/vxlan/vxlan_core.c
2356
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
185
const struct ip_tunnel_key *key,
include/net/udp_tunnel.h
193
const struct ip_tunnel_key *key,
net/core/flow_dissector.c
371
struct ip_tunnel_key *key;
net/ipv4/ip_gre.c
505
const struct ip_tunnel_key *key;
net/ipv4/ip_gre.c
548
const struct ip_tunnel_key *key;
net/ipv4/ip_gre.c
631
const struct ip_tunnel_key *key;
net/ipv4/ip_tunnel.c
577
const struct ip_tunnel_key *key;
net/ipv4/udp_tunnel_core.c
229
const struct ip_tunnel_key *key,
net/ipv6/ip6_gre.c
740
const struct ip_tunnel_key *key;
net/ipv6/ip6_gre.c
974
const struct ip_tunnel_key *key;
net/ipv6/ip6_tunnel.c
1325
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
745
struct ip_tunnel_key *key = &info->key;