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

/include/linux/netfilter/
H A Dnf_conntrack_common.h16 unsigned int drop; member in struct:ip_conntrack_stat
/include/linux/
H A Dcapability.h134 const kernel_cap_t drop)
137 CAP_BOP_ALL(dest, a, drop, &~);
133 cap_drop(const kernel_cap_t a, const kernel_cap_t drop) argument
/include/net/
H A Dcodel.h140 * @drop_next: time to drop next packet, or when we dropped last
245 * for at least interval we'll say it's ok to drop
265 bool drop; local
272 drop = codel_should_drop(skb, sch, vars, params, stats, now);
274 if (!drop) {
278 /* It's time for the next drop. Drop the current
281 * If not, schedule the next drop.
282 * A large backlog might result in drop rates so high
283 * that the next drop should happen now,
308 /* and schedule the next drop */
[all...]
H A Dsch_generic.h191 unsigned int (*drop)(struct Qdisc *); member in struct:Qdisc_ops
728 goto drop;
732 drop:

Completed in 122 milliseconds