Home
last modified time | relevance | path

Searched refs:ip_tunnel_newlink (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/net/
Dip_tunnels.h288 int ip_tunnel_newlink(struct net_device *dev, struct nlattr *tb[],
/Linux-v5.4/net/ipv4/
Dipip.c511 return ip_tunnel_newlink(dev, tb, &p, fwmark); in ipip_newlink()
Dip_vti.c530 return ip_tunnel_newlink(dev, tb, &parms, fwmark); in vti_newlink()
Dip_tunnel.c1118 int ip_tunnel_newlink(struct net_device *dev, struct nlattr *tb[], in ip_tunnel_newlink() function
1168 EXPORT_SYMBOL_GPL(ip_tunnel_newlink);
Dip_gre.c1295 return ip_tunnel_newlink(dev, tb, &p, fwmark); in ipgre_newlink()