Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireguard/
Ddevice.c266 dev->header_ops = &ip_tunnel_header_ops; in wg_setup()
/Linux-v5.15/include/net/
Dip_tunnels.h292 extern const struct header_ops ip_tunnel_header_ops;
/Linux-v5.15/net/ipv4/
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);
Dipip.c366 dev->header_ops = &ip_tunnel_header_ops; in ipip_tunnel_setup()
Dip_vti.c418 dev->header_ops = &ip_tunnel_header_ops; in vti_tunnel_setup()
/Linux-v5.15/net/xfrm/
Dxfrm_interface.c559 dev->header_ops = &ip_tunnel_header_ops; in xfrmi_dev_setup()
/Linux-v5.15/net/ipv6/
Dip6_vti.c909 dev->header_ops = &ip_tunnel_header_ops; in vti6_dev_setup()
Dsit.c1430 dev->header_ops = &ip_tunnel_header_ops; in ipip6_tunnel_setup()
Dip6_tunnel.c1829 dev->header_ops = &ip_tunnel_header_ops; in ip6_tnl_dev_setup()
/Linux-v5.15/drivers/net/
Dtun.c1297 dev->header_ops = &ip_tunnel_header_ops; in tun_net_init()