Home
last modified time | relevance | path

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

/net/sched/
Dcls_flow.c55 u32 addend; member
311 classid = (classid >> f->rshift) + f->addend; in flow_classify()
440 fnew->addend = fold->addend; in flow_change()
512 fnew->addend = nla_get_u32(tb[TCA_FLOW_ADDEND]); in flow_change()
618 if (f->addend && in flow_dump()
619 nla_put_u32(skb, TCA_FLOW_ADDEND, f->addend)) in flow_dump()
/net/ipv6/
Dip6_gre.c947 int addend = sizeof(struct ipv6hdr) + 4; in ip6gre_tnl_link_config() local
977 addend += 4; in ip6gre_tnl_link_config()
979 addend += 4; in ip6gre_tnl_link_config()
981 addend += 4; in ip6gre_tnl_link_config()
983 t->hlen = addend; in ip6gre_tnl_link_config()
997 dev->hard_header_len = rt->dst.dev->hard_header_len + addend; in ip6gre_tnl_link_config()
1000 dev->mtu = rt->dst.dev->mtu - addend; in ip6gre_tnl_link_config()
/net/ipv4/netfilter/
Darp_tables.c263 unsigned int addend; in arpt_do_table() local
272 addend = xt_write_recseq_begin(); in arpt_do_table()
348 xt_write_recseq_end(addend); in arpt_do_table()
1144 unsigned int addend; in do_add_counters() local
1167 addend = xt_write_recseq_begin(); in do_add_counters()
1172 xt_write_recseq_end(addend); in do_add_counters()
Dip_tables.c305 unsigned int addend; in ipt_do_table() local
327 addend = xt_write_recseq_begin(); in ipt_do_table()
430 xt_write_recseq_end(addend); in ipt_do_table()
1334 unsigned int addend; in do_add_counters() local
1357 addend = xt_write_recseq_begin(); in do_add_counters()
1362 xt_write_recseq_end(addend); in do_add_counters()
/net/ipv6/netfilter/
Dip6_tables.c330 unsigned int addend; in ip6t_do_table() local
350 addend = xt_write_recseq_begin(); in ip6t_do_table()
440 xt_write_recseq_end(addend); in ip6t_do_table()
1344 unsigned int addend; in do_add_counters() local
1366 addend = xt_write_recseq_begin(); in do_add_counters()
1372 xt_write_recseq_end(addend); in do_add_counters()
/net/ipv4/
Dtcp_input.c1864 static void tcp_check_reno_reordering(struct sock *sk, const int addend) in tcp_check_reno_reordering() argument
1868 tcp_update_reordering(sk, tp->packets_out + addend, 0); in tcp_check_reno_reordering()