Home
last modified time | relevance | path

Searched refs:flush_id (Results 1 – 3 of 3) sorted by relevance

/net/ipv4/
Daf_inet.c1500 u16 flush_id; in inet_gro_receive() local
1530 flush_id = (u16)(id - ntohs(iph2->id)); in inet_gro_receive()
1540 flush_id ^= NAPI_GRO_CB(p)->count; in inet_gro_receive()
1541 flush_id = flush_id ? 0xFFFF : 0; in inet_gro_receive()
1548 NAPI_GRO_CB(p)->flush_id = flush_id; in inet_gro_receive()
1550 NAPI_GRO_CB(p)->flush_id |= flush_id; in inet_gro_receive()
Dtcp_offload.c248 if (NAPI_GRO_CB(p)->flush_id != 1 || in tcp_gro_receive()
251 flush |= NAPI_GRO_CB(p)->flush_id; in tcp_gro_receive()
/net/ipv6/
Dip6_offload.c292 NAPI_GRO_CB(p)->flush_id = 0; in ipv6_gro_receive()