Searched refs:inet_del_offload (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/ipv4/
H A Dprotocol.c59 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) function
70 EXPORT_SYMBOL(inet_del_offload); variable
H A Dgre_offload.c282 inet_del_offload(&gre_offload, IPPROTO_GRE);
H A Desp4_offload.c382 inet_del_offload(&esp4_offload, IPPROTO_ESP);
/linux-master/include/net/
H A Dprotocol.h106 int inet_del_offload(const struct net_offload *prot, unsigned char num);
/linux-master/net/sctp/
H A Doffload.c118 inet_del_offload(&sctp_offload, IPPROTO_SCTP);

Completed in 141 milliseconds