Home
last modified time | relevance | path

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

/linux/drivers/net/wireguard/
H A Ddevice.c284 dev->header_ops = &ip_tunnel_header_ops; in wg_setup()
/linux/net/ipv4/
H A Dip_tunnel_core.c1096 const struct header_ops ip_tunnel_header_ops = { .parse_protocol = ip_tunnel_parse_protocol }; variable
1097 EXPORT_SYMBOL(ip_tunnel_header_ops);
H A Dipip.c376 dev->header_ops = &ip_tunnel_header_ops; in ipip_tunnel_setup()
H A Dip_vti.c431 dev->header_ops = &ip_tunnel_header_ops; in vti_tunnel_setup()
/linux/include/net/
H A Dip_tunnels.h419 extern const struct header_ops ip_tunnel_header_ops;
/linux/net/ipv6/
H A Dip6_vti.c904 dev->header_ops = &ip_tunnel_header_ops; in vti6_dev_setup()
H A Dsit.c1428 dev->header_ops = &ip_tunnel_header_ops; in ipip6_tunnel_setup()
H A Dip6_tunnel.c1848 dev->header_ops = &ip_tunnel_header_ops; in ip6_tnl_dev_setup()
/linux/net/xfrm/
H A Dxfrm_interface_core.c743 dev->header_ops = &ip_tunnel_header_ops; in xfrmi_dev_setup()
/linux/drivers/net/
H A Dtun.c1378 dev->header_ops = &ip_tunnel_header_ops; in tun_net_initialize()