Home
last modified time | relevance | path

Searched refs:odd (Results 1 – 8 of 8) sorted by relevance

/net/ipv4/
A Dtcp_hybla.c94 u32 increment, odd, rho_fractions; in hybla_cong_avoid() local
145 odd = increment % 128; in hybla_cong_avoid()
147 ca->snd_cwnd_cents += odd; in hybla_cong_avoid()
156 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tcp_snd_cwnd(tp)) { in hybla_cong_avoid()
A Dip_output.c931 ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in ip_generic_getfrag() argument
942 skb->csum = csum_block_add(skb->csum, csum, odd); in ip_generic_getfrag()
954 int len, int odd, struct sk_buff *skb), in __ip_append_data() argument
1357 int odd, struct sk_buff *skb), in ip_append_data() argument
1552 int len, int odd, struct sk_buff *skb), in ip_make_skb() argument
1587 int len, int odd, struct sk_buff *skb) in ip_reply_glue_bits() argument
1592 skb->csum = csum_block_add(skb->csum, csum, odd); in ip_reply_glue_bits()
A Draw.c451 static int raw_getfrag(void *from, char *to, int offset, int len, int odd, in raw_getfrag() argument
466 odd); in raw_getfrag()
468 odd = 0; in raw_getfrag()
479 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw_getfrag()
A Dping.c611 int offset, int fraglen, int odd, struct sk_buff *skb) in ping_getfrag() argument
625 skb->csum = csum_block_add(skb->csum, pfh->wcheck, odd); in ping_getfrag()
A Dicmp.c352 static int icmp_glue_bits(void *from, char *to, int offset, int len, int odd, in icmp_glue_bits() argument
362 skb->csum = csum_block_add(skb->csum, csum, odd); in icmp_glue_bits()
/net/ipv6/
A Draw.c709 static int raw6_getfrag(void *from, char *to, int offset, int len, int odd, in raw6_getfrag() argument
724 odd); in raw6_getfrag()
726 odd = 0; in raw6_getfrag()
737 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw6_getfrag()
A Dicmp.c322 static int icmpv6_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in icmpv6_getfrag() argument
330 skb->csum = csum_block_add(skb->csum, csum, odd); in icmpv6_getfrag()
A Dip6_output.c1426 int len, int odd, struct sk_buff *skb), in __ip6_append_data() argument
1830 int odd, struct sk_buff *skb), in ip6_append_data() argument
2035 int len, int odd, struct sk_buff *skb), in ip6_make_skb() argument

Completed in 21 milliseconds