Searched refs:flush (Results 1 - 22 of 22) sorted by relevance

/net/ipv4/
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 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 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 Dfou.c163 int flush = 1; local
191 flush = 0;
227 NAPI_GRO_CB(skb)->flush |= flush;
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 Dtcpv6_offload.c21 /* Don't bother verifying checksum if we're going to flush anyway. */
22 if (!NAPI_GRO_CB(skb)->flush &&
25 NAPI_GRO_CB(skb)->flush = 1;
H A Dudp_offload.c129 goto flush;
131 /* Don't bother verifying checksum if we're going to flush anyway. */
132 if (NAPI_GRO_CB(skb)->flush)
137 goto flush;
146 flush:
147 NAPI_GRO_CB(skb)->flush = 1;
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) {
/net/bridge/
H A Dbr_sysfs_if.c166 static BRPORT_ATTR(flush, S_IWUSR, NULL, store_flush);
H A Dbr_sysfs_br.c345 static DEVICE_ATTR_WO(flush);
/net/netfilter/ipset/
H A Dip_set_bitmap_gen.h287 .flush = mtype_flush,
H A Dip_set_list_set.c571 .flush = list_set_flush,
H A Dip_set_hash_gen.h1033 .flush = mtype_flush,
H A Dip_set_core.c1028 set->variant->flush(set);
/net/decnet/
H A Ddn_table.c868 t->flush = dn_fib_table_flush;
893 flushed += tb->flush(tb);
/net/mac80211/
H A Ddriver-ops.h761 if (local->ops->flush)
762 local->ops->flush(&local->hw, vif, queues, drop);
H A Dscan.c762 if (local->ops->flush) {
H A Dutil.c584 if (!local->ops->flush)
/net/bluetooth/
H A Dhci_core.c2462 if (hdev->flush)
2463 hdev->flush(hdev);
2595 if (hdev->flush)
2596 hdev->flush(hdev);
2609 /* flush cmd work */
2715 if (hdev->flush)
2716 hdev->flush(hdev);
/net/netfilter/
H A Dnf_conntrack_sip.c1305 goto flush;
1347 flush:
/net/core/
H A Ddev.c3829 /* Network device is going away, flush any packets still pending
3929 NAPI_GRO_CB(p)->flush = 0;
4013 NAPI_GRO_CB(skb)->flush = 0;
4056 if (NAPI_GRO_CB(skb)->flush)
4568 /* flush too old packets
4569 * If HZ < 1000, flush all packets.

Completed in 7145 milliseconds