Home
last modified time | relevance | path

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

/net/ipv4/
Daf_inet.c1457 u16 flush_id; in inet_gro_receive() local
1487 flush_id = (u16)(id - ntohs(iph2->id)); in inet_gro_receive()
1497 flush_id ^= NAPI_GRO_CB(p)->count; in inet_gro_receive()
1498 flush_id = flush_id ? 0xFFFF : 0; in inet_gro_receive()
1505 NAPI_GRO_CB(p)->flush_id = flush_id; in inet_gro_receive()
1507 NAPI_GRO_CB(p)->flush_id |= flush_id; in inet_gro_receive()
Dtcp_offload.c251 if (NAPI_GRO_CB(p)->flush_id != 1 || in tcp_gro_receive()
254 flush |= NAPI_GRO_CB(p)->flush_id; in tcp_gro_receive()
/net/ipv6/
Dip6_offload.c274 NAPI_GRO_CB(p)->flush_id = 0; in ipv6_gro_receive()