Searched defs:flush (Results 1 - 7 of 7) sorted by relevance

/net/ipv4/
H A Dgre_offload.c126 int flush = 1; local
170 /* Don't bother verifying checksum if we're going to flush anyway. */
171 if ((greh->flags & GRE_CSUM) && !NAPI_GRO_CB(skb)->flush) {
179 flush = 0;
221 NAPI_GRO_CB(skb)->flush |= flush;
H A Dtcp_offload.c190 int flush = 1; local
236 flush = NAPI_GRO_CB(p)->flush | NAPI_GRO_CB(p)->flush_id;
237 flush |= (__force int)(flags & TCP_FLAG_CWR);
238 flush |= (__force int)((flags ^ tcp_flag_word(th2)) &
240 flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
242 flush |= *(u32 *)((u8 *)th + i) ^
247 flush |= (len - 1) >= mss;
248 flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq);
250 if (flush || skb_gro_receiv
[all...]
H A Dfou.c163 int flush = 1; local
191 flush = 0;
227 NAPI_GRO_CB(skb)->flush |= flush;
H A Dudp_offload.c267 int flush = 1; local
288 flush = 0;
314 NAPI_GRO_CB(skb)->flush |= flush;
324 goto flush;
326 /* Don't bother verifying checksum if we're going to flush anyway. */
327 if (NAPI_GRO_CB(skb)->flush)
332 goto flush;
340 flush:
341 NAPI_GRO_CB(skb)->flush
[all...]
H A Daf_inet.c1318 int flush = 1; local
1344 flush = (u16)((ntohl(*(__be32 *)iph) ^ skb_gro_len(skb)) | (id & ~IP_DF));
1367 NAPI_GRO_CB(p)->flush |=
1379 NAPI_GRO_CB(p)->flush |= flush;
1382 NAPI_GRO_CB(skb)->flush |= flush;
1400 NAPI_GRO_CB(skb)->flush |= flush;
/net/ipv6/
H A Dip6_offload.c176 u16 flush = 1; local
192 flush += ntohs(iph->payload_len) != skb_gro_len(skb);
213 flush--;
238 /* flush if Traffic Class fields are different */
239 NAPI_GRO_CB(p)->flush |= !!(first_word & htonl(0x0FF00000));
240 NAPI_GRO_CB(p)->flush |= flush;
246 NAPI_GRO_CB(skb)->flush |= flush;
256 NAPI_GRO_CB(skb)->flush |
[all...]
/net/irda/ircomm/
H A Dircomm_param.c93 * Function ircomm_param_request (self, pi, flush)
98 int ircomm_param_request(struct ircomm_tty_cb *self, __u8 pi, int flush) argument
143 if (flush) {

Completed in 90 milliseconds