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

/net/ipv4/netfilter/
H A Dnf_conntrack_l3proto_ipv4.c144 NF_CT_STAT_INC_ATOMIC(nf_ct_net(ct), drop); local
175 /* Connection tracking may drop packets, but never alters them, so
/net/ipv6/netfilter/
H A Dnf_conntrack_l3proto_ipv6.c166 NF_CT_STAT_INC_ATOMIC(nf_ct_net(ct), drop); local
/net/rds/
H A Drecv.c183 * under normal operation. They can also drop back in the conn
185 * new instance of a conn. We drop those, otherwise we have
192 * being reassembled. This means that senders can't drop messages
268 int drop)
277 if (drop) {
288 rdsdebug("inc %p rs %p still %d dropped %d\n", inc, rs, ret, drop);
503 * The socket is being shut down and we're asked to drop messages that were
267 rds_still_queued(struct rds_sock *rs, struct rds_incoming *inc, int drop) argument
/net/mac80211/
H A Ddriver-ops.h724 u32 queues, bool drop)
728 trace_drv_flush(local, queues, drop);
730 local->ops->flush(&local->hw, queues, drop);
723 drv_flush(struct ieee80211_local *local, u32 queues, bool drop) argument

Completed in 196 milliseconds