Searched refs:inet6_del_offload (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | protocol.c | 59 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) in inet6_del_offload() function 70 EXPORT_SYMBOL(inet6_del_offload); variable
|
H A D | exthdrs_offload.c | 35 inet6_del_offload(&rthdr_offload, IPPROTO_ROUTING); in ipv6_exthdrs_offload_init()
|
H A D | udp_offload.c | 205 return inet6_del_offload(&udpv6_offload, IPPROTO_UDP); in udpv6_offload_exit()
|
H A D | esp6_offload.c | 410 inet6_del_offload(&esp6_offload, IPPROTO_ESP); in esp6_offload_exit()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | protocol.c | 59 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) in inet6_del_offload() function 70 EXPORT_SYMBOL(inet6_del_offload); variable
|
H A D | exthdrs_offload.c | 35 inet6_del_offload(&rthdr_offload, IPPROTO_ROUTING); in ipv6_exthdrs_offload_init()
|
H A D | udp_offload.c | 210 return inet6_del_offload(&udpv6_offload, IPPROTO_UDP); in udpv6_offload_exit()
|
H A D | esp6_offload.c | 412 inet6_del_offload(&esp6_offload, IPPROTO_ESP); in esp6_offload_exit()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | protocol.h | 115 int inet6_del_offload(const struct net_offload *prot, unsigned char num);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | protocol.h | 114 int inet6_del_offload(const struct net_offload *prot, unsigned char num);
|
Completed in 4 milliseconds