Searched refs:addend (Results 1 – 3 of 3) sorted by relevance
49 u32 addend; member355 classid = (classid >> f->rshift) + f->addend; in flow_classify()521 f->addend = nla_get_u32(tb[TCA_FLOW_ADDEND]); in flow_change()631 if (f->addend) in flow_dump()632 NLA_PUT_U32(skb, TCA_FLOW_ADDEND, f->addend); in flow_dump()
852 int addend = sizeof(struct iphdr) + 4; in ipgre_tunnel_bind_dev() local888 addend += 4; in ipgre_tunnel_bind_dev()890 addend += 4; in ipgre_tunnel_bind_dev()892 addend += 4; in ipgre_tunnel_bind_dev()894 dev->needed_headroom = addend + hlen; in ipgre_tunnel_bind_dev()895 mtu -= dev->hard_header_len - addend; in ipgre_tunnel_bind_dev()900 tunnel->hlen = addend; in ipgre_tunnel_bind_dev()
1954 static void tcp_check_reno_reordering(struct sock *sk, const int addend) in tcp_check_reno_reordering() argument1958 tcp_update_reordering(sk, tp->packets_out + addend, 0); in tcp_check_reno_reordering()