Searched refs:esp6_offload (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/ipv6/
H A DMakefile32 obj-$(CONFIG_INET6_ESP_OFFLOAD) += esp6_offload.o
H A Desp6_offload.c390 static const struct net_offload esp6_offload = { variable in typeref:struct:net_offload
412 return inet6_add_offload(&esp6_offload, IPPROTO_ESP);
418 inet6_del_offload(&esp6_offload, IPPROTO_ESP);

Completed in 208 milliseconds