Home
last modified time | relevance | path

Searched refs:gre_offload (Results 1 – 2 of 2) sorted by relevance

/net/ipv4/
Dgre_offload.c261 static const struct net_offload gre_offload = { variable
273 err = inet_add_offload(&gre_offload, IPPROTO_GRE); in gre_offload_init()
278 err = inet6_add_offload(&gre_offload, IPPROTO_GRE); in gre_offload_init()
280 inet_del_offload(&gre_offload, IPPROTO_GRE); in gre_offload_init()
DMakefile16 inet_fragment.o ping.o ip_tunnel_core.o gre_offload.o