Searched refs:inet_del_offload (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | protocol.c | 65 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload() function 76 EXPORT_SYMBOL(inet_del_offload); variable
|
H A D | gre_offload.c | 285 inet_del_offload(&gre_offload, IPPROTO_GRE); in gre_offload_init()
|
H A D | esp4_offload.c | 376 inet_del_offload(&esp4_offload, IPPROTO_ESP); in esp4_offload_exit()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | protocol.c | 59 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload() function 70 EXPORT_SYMBOL(inet_del_offload); variable
|
H A D | gre_offload.c | 282 inet_del_offload(&gre_offload, IPPROTO_GRE); in gre_offload_init()
|
H A D | esp4_offload.c | 378 inet_del_offload(&esp4_offload, IPPROTO_ESP); in esp4_offload_exit()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | protocol.h | 104 int inet_del_offload(const struct net_offload *prot, unsigned char num);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | protocol.h | 103 int inet_del_offload(const struct net_offload *prot, unsigned char num);
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | offload.c | 113 inet_del_offload(&sctp_offload, IPPROTO_SCTP); in sctp_offload_init()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | offload.c | 118 inet_del_offload(&sctp_offload, IPPROTO_SCTP); in sctp_offload_init()
|
Completed in 8 milliseconds