Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireguard/
A Ddevice.c285 dev->header_ops = &ip_tunnel_header_ops; in wg_setup()
/linux-6.3-rc2/include/net/
A Dip_tunnels.h311 extern const struct header_ops ip_tunnel_header_ops;
/linux-6.3-rc2/net/ipv4/
A Dipip.c366 dev->header_ops = &ip_tunnel_header_ops; in ipip_tunnel_setup()
A Dip_tunnel_core.c1080 const struct header_ops ip_tunnel_header_ops = { .parse_protocol = ip_tunnel_parse_protocol }; variable
1081 EXPORT_SYMBOL(ip_tunnel_header_ops);
A Dip_vti.c418 dev->header_ops = &ip_tunnel_header_ops; in vti_tunnel_setup()
/linux-6.3-rc2/net/ipv6/
A Dip6_vti.c909 dev->header_ops = &ip_tunnel_header_ops; in vti6_dev_setup()
A Dsit.c1424 dev->header_ops = &ip_tunnel_header_ops; in ipip6_tunnel_setup()
A Dip6_tunnel.c1828 dev->header_ops = &ip_tunnel_header_ops; in ip6_tnl_dev_setup()
/linux-6.3-rc2/net/xfrm/
A Dxfrm_interface_core.c745 dev->header_ops = &ip_tunnel_header_ops; in xfrmi_dev_setup()
/linux-6.3-rc2/drivers/net/
A Dtun.c1383 dev->header_ops = &ip_tunnel_header_ops; in tun_net_initialize()

Completed in 28 milliseconds