Searched refs:odd (Results 1 – 7 of 7) sorted by relevance
/net/ipv4/ |
D | tcp_hybla.c | 93 u32 increment, odd, rho_fractions; in hybla_cong_avoid() local 144 odd = increment % 128; in hybla_cong_avoid() 146 ca->snd_cwnd_cents += odd; in hybla_cong_avoid() 155 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tp->snd_cwnd) { in hybla_cong_avoid()
|
D | ip_output.c | 755 ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in ip_generic_getfrag() argument 766 skb->csum = csum_block_add(skb->csum, csum, odd); in ip_generic_getfrag() 786 int odd, struct sk_buff *skb), in ip_ufo_append_data() argument 841 int len, int odd, struct sk_buff *skb), in __ip_append_data() argument 1139 int odd, struct sk_buff *skb), in ip_append_data() argument 1465 int len, int odd, struct sk_buff *skb), in ip_make_skb() argument 1501 int len, int odd, struct sk_buff *skb) in ip_reply_glue_bits() argument 1506 skb->csum = csum_block_add(skb->csum, csum, odd); in ip_reply_glue_bits()
|
D | icmp.c | 336 static int icmp_glue_bits(void *from, char *to, int offset, int len, int odd, in icmp_glue_bits() argument 346 skb->csum = csum_block_add(skb->csum, csum, odd); in icmp_glue_bits()
|
D | ping.c | 607 int offset, int fraglen, int odd, struct sk_buff *skb) in ping_getfrag() argument
|
/net/ipv6/ |
D | icmp.c | 286 static int icmpv6_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in icmpv6_getfrag() argument 294 skb->csum = csum_block_add(skb->csum, csum, odd); in icmpv6_getfrag()
|
D | ip6_output.c | 1052 int odd, struct sk_buff *skb), in ip6_ufo_append_data() argument 1145 int offset, int len, int odd, struct sk_buff *skb), in ip6_append_data() argument
|
/net/core/ |
D | skbuff.c | 2828 int len, int odd, struct sk_buff *skb), in skb_append_datato_frags() argument
|