Home
last modified time | relevance | path

Searched refs:addend (Results 1 – 5 of 5) sorted by relevance

/net/sched/
A Dcls_flow.c53 u32 addend; member
329 classid = (classid >> f->rshift) + f->addend; in flow_classify()
468 fnew->addend = fold->addend; in flow_change()
537 fnew->addend = nla_get_u32(tb[TCA_FLOW_ADDEND]); in flow_change()
648 if (f->addend && in flow_dump()
649 nla_put_u32(skb, TCA_FLOW_ADDEND, f->addend)) in flow_dump()
/net/ipv4/netfilter/
A Darp_tables.c197 unsigned int addend; in arpt_do_table() local
206 addend = xt_write_recseq_begin(); in arpt_do_table()
281 xt_write_recseq_end(addend); in arpt_do_table()
1012 unsigned int addend; in do_add_counters() local
1033 addend = xt_write_recseq_begin(); in do_add_counters()
1041 xt_write_recseq_end(addend); in do_add_counters()
A Dip_tables.c239 unsigned int addend; in ipt_do_table() local
259 addend = xt_write_recseq_begin(); in ipt_do_table()
356 xt_write_recseq_end(addend); in ipt_do_table()
1165 unsigned int addend; in do_add_counters() local
1185 addend = xt_write_recseq_begin(); in do_add_counters()
1193 xt_write_recseq_end(addend); in do_add_counters()
/net/ipv6/netfilter/
A Dip6_tables.c262 unsigned int addend; in ip6t_do_table() local
281 addend = xt_write_recseq_begin(); in ip6t_do_table()
374 xt_write_recseq_end(addend); in ip6t_do_table()
1182 unsigned int addend; in do_add_counters() local
1201 addend = xt_write_recseq_begin(); in do_add_counters()
1209 xt_write_recseq_end(addend); in do_add_counters()
/net/ipv4/
A Dtcp_input.c2059 static void tcp_check_reno_reordering(struct sock *sk, const int addend) in tcp_check_reno_reordering() argument
2066 tp->reordering = min_t(u32, tp->packets_out + addend, in tcp_check_reno_reordering()

Completed in 54 milliseconds