Symbol: ip_tunnel_parm_kern
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
101
struct ip_tunnel_parm_kern parms4;
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
11
struct ip_tunnel_parm_kern
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
120
struct ip_tunnel_parm_kern parms4;
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
131
struct ip_tunnel_parm_kern parms4;
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
157
struct ip_tunnel_parm_kern parms = mlxsw_sp_ipip_netdev_parms4(ol_dev);
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
194
struct ip_tunnel_parm_kern parms;
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
262
struct ip_tunnel_parm_kern parms = mlxsw_sp_ipip_netdev_parms4(ol_dev);
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
28
mlxsw_sp_ipip_parms4_has_ikey(const struct ip_tunnel_parm_kern *parms)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
39
mlxsw_sp_ipip_parms4_has_okey(const struct ip_tunnel_parm_kern *parms)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
49
static u32 mlxsw_sp_ipip_parms4_ikey(const struct ip_tunnel_parm_kern *parms)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
61
static u32 mlxsw_sp_ipip_parms4_okey(const struct ip_tunnel_parm_kern *parms)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
74
mlxsw_sp_ipip_parms4_saddr(const struct ip_tunnel_parm_kern *parms)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
86
mlxsw_sp_ipip_parms4_daddr(const struct ip_tunnel_parm_kern *parms)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.h
12
struct ip_tunnel_parm_kern
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
416
struct ip_tunnel_parm_kern parms;
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
453
struct ip_tunnel_parm_kern tparm = mlxsw_sp_ipip_netdev_parms4(to_dev);
include/linux/netdevice.h
1659
struct ip_tunnel_parm_kern *p,
include/linux/netdevice.h
63
struct ip_tunnel_parm_kern;
include/net/ip_tunnels.h
179
struct ip_tunnel_parm_kern parms;
include/net/ip_tunnels.h
408
int ip_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm_kern *p,
include/net/ip_tunnels.h
410
bool ip_tunnel_parm_from_user(struct ip_tunnel_parm_kern *kp,
include/net/ip_tunnels.h
412
bool ip_tunnel_parm_to_user(void __user *data, struct ip_tunnel_parm_kern *kp);
include/net/ip_tunnels.h
428
struct ip_tunnel_parm_kern *p, __u32 fwmark);
include/net/ip_tunnels.h
430
struct nlattr *tb[], struct ip_tunnel_parm_kern *p,
include/net/ip_tunnels.h
438
struct ip_tunnel_parm_kern *parms);
net/ipv4/ip_gre.c
1184
struct ip_tunnel_parm_kern *parms,
net/ipv4/ip_gre.c
1253
struct ip_tunnel_parm_kern *parms,
net/ipv4/ip_gre.c
1414
struct ip_tunnel_parm_kern p;
net/ipv4/ip_gre.c
1435
struct ip_tunnel_parm_kern p;
net/ipv4/ip_gre.c
1455
struct ip_tunnel_parm_kern p;
net/ipv4/ip_gre.c
1484
struct ip_tunnel_parm_kern p;
net/ipv4/ip_gre.c
1557
struct ip_tunnel_parm_kern *p = &t->parms;
net/ipv4/ip_gre.c
817
struct ip_tunnel_parm_kern *p,
net/ipv4/ip_tunnel.c
1017
bool ip_tunnel_parm_to_user(void __user *data, struct ip_tunnel_parm_kern *kp)
net/ipv4/ip_tunnel.c
1042
struct ip_tunnel_parm_kern p;
net/ipv4/ip_tunnel.c
1126
struct ip_tunnel_parm_kern parms;
net/ipv4/ip_tunnel.c
1193
struct nlattr *tb[], struct ip_tunnel_parm_kern *p,
net/ipv4/ip_tunnel.c
1247
struct ip_tunnel_parm_kern *p, __u32 fwmark)
net/ipv4/ip_tunnel.c
173
struct ip_tunnel_parm_kern *parms)
net/ipv4/ip_tunnel.c
209
struct ip_tunnel_parm_kern *parms,
net/ipv4/ip_tunnel.c
235
struct ip_tunnel_parm_kern *parms)
net/ipv4/ip_tunnel.c
331
struct ip_tunnel_parm_kern *parms)
net/ipv4/ip_tunnel.c
61
static bool ip_tunnel_key_match(const struct ip_tunnel_parm_kern *p,
net/ipv4/ip_tunnel.c
862
struct ip_tunnel_parm_kern *p,
net/ipv4/ip_tunnel.c
894
int ip_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm_kern *p,
net/ipv4/ip_tunnel.c
997
bool ip_tunnel_parm_from_user(struct ip_tunnel_parm_kern *kp,
net/ipv4/ip_tunnel_core.c
1158
struct ip_tunnel_parm_kern *parms)
net/ipv4/ip_vti.c
173
struct ip_tunnel_parm_kern *parms = &tunnel->parms;
net/ipv4/ip_vti.c
382
vti_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm_kern *p, int cmd)
net/ipv4/ip_vti.c
546
struct ip_tunnel_parm_kern *parms,
net/ipv4/ip_vti.c
582
struct ip_tunnel_parm_kern parms;
net/ipv4/ip_vti.c
596
struct ip_tunnel_parm_kern p;
net/ipv4/ip_vti.c
624
struct ip_tunnel_parm_kern *p = &t->parms;
net/ipv4/ipip.c
341
ipip_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm_kern *p, int cmd)
net/ipv4/ipip.c
442
struct ip_tunnel_parm_kern *parms,
net/ipv4/ipip.c
472
struct ip_tunnel_parm_kern p;
net/ipv4/ipip.c
493
struct ip_tunnel_parm_kern p;
net/ipv4/ipip.c
550
struct ip_tunnel_parm_kern *parm = &tunnel->parms;
net/ipv4/ipmr.c
462
struct ip_tunnel_parm_kern p = { };
net/ipv6/addrconf.c
2944
struct ip_tunnel_parm_kern p = { };
net/ipv6/sit.c
1134
struct ip_tunnel_parm_kern *p,
net/ipv6/sit.c
1195
struct ip_tunnel_parm_kern p;
net/ipv6/sit.c
1250
__ipip6_tunnel_ioctl_validate(struct net *net, struct ip_tunnel_parm_kern *p)
net/ipv6/sit.c
1267
ipip6_tunnel_get(struct net_device *dev, struct ip_tunnel_parm_kern *p)
net/ipv6/sit.c
1280
ipip6_tunnel_add(struct net_device *dev, struct ip_tunnel_parm_kern *p)
net/ipv6/sit.c
1296
ipip6_tunnel_change(struct net_device *dev, struct ip_tunnel_parm_kern *p)
net/ipv6/sit.c
1327
ipip6_tunnel_del(struct net_device *dev, struct ip_tunnel_parm_kern *p)
net/ipv6/sit.c
1347
ipip6_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm_kern *p,
net/ipv6/sit.c
138
__ipip6_bucket(struct sit_net *sitn, struct ip_tunnel_parm_kern *parms)
net/ipv6/sit.c
1489
struct ip_tunnel_parm_kern *parms,
net/ipv6/sit.c
1603
struct ip_tunnel_parm_kern p;
net/ipv6/sit.c
1690
struct ip_tunnel_parm_kern *parm = &tunnel->parms;
net/ipv6/sit.c
230
struct ip_tunnel_parm_kern *parms,