Searched refs:__gro_receive_network_flush (Results 1 – 1 of 1) sorted by relevance
| /linux/include/net/ |
| H A D | gro.h | 475 static inline int __gro_receive_network_flush(const void *th, const void *th2, in __gro_receive_network_flush() function 494 flush = __gro_receive_network_flush(th, th2, p, off - NAPI_GRO_CB(p)->network_offset, false); in gro_receive_network_flush() 496 …flush |= __gro_receive_network_flush(th, th2, p, off - NAPI_GRO_CB(p)->inner_network_offset, true); in gro_receive_network_flush()
|