Searched refs:ip_tunnel_dellink (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_gre.c | 1613 .dellink = ip_tunnel_dellink, 1628 .dellink = ip_tunnel_dellink, 1643 .dellink = ip_tunnel_dellink, 1688 ip_tunnel_dellink(dev, &list_kill); in gretap_fb_dev_create()
|
H A D | ip_vti.c | 637 .dellink = ip_tunnel_dellink,
|
H A D | ipip.c | 623 .dellink = ip_tunnel_dellink,
|
H A D | ip_tunnel.c | 1041 void ip_tunnel_dellink(struct net_device *dev, struct list_head *head) in ip_tunnel_dellink() function 1053 EXPORT_SYMBOL_GPL(ip_tunnel_dellink); variable
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_gre.c | 1614 .dellink = ip_tunnel_dellink, 1629 .dellink = ip_tunnel_dellink, 1644 .dellink = ip_tunnel_dellink, 1689 ip_tunnel_dellink(dev, &list_kill); in gretap_fb_dev_create()
|
H A D | ipip.c | 570 .dellink = ip_tunnel_dellink,
|
H A D | ip_vti.c | 638 .dellink = ip_tunnel_dellink,
|
H A D | ip_tunnel.c | 1063 void ip_tunnel_dellink(struct net_device *dev, struct list_head *head) in ip_tunnel_dellink() function 1075 EXPORT_SYMBOL_GPL(ip_tunnel_dellink); variable
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_tunnels.h | 259 void ip_tunnel_dellink(struct net_device *dev, struct list_head *head);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_tunnels.h | 280 void ip_tunnel_dellink(struct net_device *dev, struct list_head *head);
|
Completed in 19 milliseconds