Searched refs:ip_tunnel_newlink (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv4/ |
H A D | ipip.c | 456 return ip_tunnel_newlink(dev, tb, &p, fwmark); in ipip_newlink()
|
H A D | ip_tunnel.c | 1216 int ip_tunnel_newlink(struct net_device *dev, struct nlattr *tb[], in ip_tunnel_newlink() function 1268 EXPORT_SYMBOL_GPL(ip_tunnel_newlink);
|
H A D | ip_vti.c | 586 return ip_tunnel_newlink(dev, tb, &parms, fwmark); in vti_newlink()
|
/linux/include/net/ |
H A D | ip_tunnels.h | 409 int ip_tunnel_newlink(struct net_device *dev, struct nlattr *tb[],
|