Home
last modified time | relevance | path

Searched refs:inet6_del_offload (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/ipv6/
Dprotocol.c63 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) in inet6_del_offload() function
74 EXPORT_SYMBOL(inet6_del_offload);
Dexthdrs_offload.c39 inet6_del_offload(&rthdr_offload, IPPROTO_ROUTING); in ipv6_exthdrs_offload_init()
Dudp_offload.c176 return inet6_del_offload(&udpv6_offload, IPPROTO_UDP); in udpv6_offload_exit()
Desp6_offload.c302 inet6_del_offload(&esp6_offload, IPPROTO_ESP); in esp6_offload_exit()
/Linux-v4.19/include/net/
Dprotocol.h118 int inet6_del_offload(const struct net_offload *prot, unsigned char num);