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

/net/ipv6/
H A Dip6_offload.c154 int flush = 1; local
170 flush += ntohs(iph->payload_len) != skb_gro_len(skb);
191 flush--;
212 /* flush if Traffic Class fields are different */
213 NAPI_GRO_CB(p)->flush |= !!(first_word & htonl(0x0FF00000));
214 NAPI_GRO_CB(p)->flush |= flush;
217 NAPI_GRO_CB(skb)->flush |= flush;
230 NAPI_GRO_CB(skb)->flush |
[all...]
/net/irda/ircomm/
H A Dircomm_param.c95 * Function ircomm_param_request (self, pi, flush)
100 int ircomm_param_request(struct ircomm_tty_cb *self, __u8 pi, int flush) argument
145 if (flush) {
/net/ipv4/
H A Daf_inet.c1377 int flush = 1; local
1403 flush = (u16)((ntohl(*(__be32 *)iph) ^ skb_gro_len(skb)) | (id ^ IP_DF));
1422 NAPI_GRO_CB(p)->flush |=
1427 NAPI_GRO_CB(p)->flush |= flush;
1430 NAPI_GRO_CB(skb)->flush |= flush;
1440 NAPI_GRO_CB(skb)->flush |= flush;
H A Dtcp.c2083 /* We need to flush the recv. buffs. We do this only on the
3029 int flush = 1; local
3074 flush = NAPI_GRO_CB(p)->flush;
3075 flush |= (__force int)(flags & TCP_FLAG_CWR);
3076 flush |= (__force int)((flags ^ tcp_flag_word(th2)) &
3078 flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
3080 flush |= *(u32 *)((u8 *)th + i) ^
3085 flush |= (len - 1) >= mss;
3086 flush |
[all...]

Completed in 153 milliseconds