Home
last modified time | relevance | path

Searched refs:ip_tunnel_header_ops (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireguard/
Ddevice.c269 dev->header_ops = &ip_tunnel_header_ops; in wg_setup()
/kernel/linux/linux-5.10/include/net/
Dip_tunnels.h293 extern const struct header_ops ip_tunnel_header_ops;
/kernel/linux/linux-5.10/net/ipv4/
Dip_tunnel_core.c1088 const struct header_ops ip_tunnel_header_ops = { .parse_protocol = ip_tunnel_parse_protocol }; variable
1089 EXPORT_SYMBOL(ip_tunnel_header_ops);
Dipip.c364 dev->header_ops = &ip_tunnel_header_ops; in ipip_tunnel_setup()
Dip_vti.c417 dev->header_ops = &ip_tunnel_header_ops; in vti_tunnel_setup()
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_interface.c575 dev->header_ops = &ip_tunnel_header_ops; in xfrmi_dev_setup()
/kernel/linux/linux-5.10/net/ipv6/
Dip6_vti.c909 dev->header_ops = &ip_tunnel_header_ops; in vti6_dev_setup()
Dsit.c1423 dev->header_ops = &ip_tunnel_header_ops; in ipip6_tunnel_setup()
Dip6_tunnel.c1859 dev->header_ops = &ip_tunnel_header_ops; in ip6_tnl_dev_setup()
/kernel/linux/linux-5.10/drivers/net/
Dtun.c1399 dev->header_ops = &ip_tunnel_header_ops; in tun_net_initialize()