Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dipip.c447 return ip_tunnel_newlink(dev, tb, &p, fwmark); in ipip_newlink()
H A Dip_tunnel.c1176 int ip_tunnel_newlink(struct net_device *dev, struct nlattr *tb[], in ip_tunnel_newlink() function
1228 EXPORT_SYMBOL_GPL(ip_tunnel_newlink);
H A Dip_vti.c571 return ip_tunnel_newlink(dev, tb, &parms, fwmark); in vti_newlink()
H A Dip_gre.c1374 return ip_tunnel_newlink(dev, tb, &p, fwmark); in ipgre_newlink()
1392 return ip_tunnel_newlink(dev, tb, &p, fwmark); in erspan_newlink()
/openbmc/linux/include/net/
H A Dip_tunnels.h310 int ip_tunnel_newlink(struct net_device *dev, struct nlattr *tb[],