/net/ipv4/ |
D | tcp_hybla.c | 94 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()
|
D | ip_output.c | 931 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() 965 int len, int odd, struct sk_buff *skb), in __ip_append_data() argument 1307 int odd, struct sk_buff *skb), in ip_append_data() argument 1627 int len, int odd, struct sk_buff *skb), in ip_make_skb() argument 1662 int len, int odd, struct sk_buff *skb) in ip_reply_glue_bits() argument 1667 skb->csum = csum_block_add(skb->csum, csum, odd); in ip_reply_glue_bits()
|
D | raw.c | 468 static int raw_getfrag(void *from, char *to, int offset, int len, int odd, in raw_getfrag() argument 483 odd); in raw_getfrag() 485 odd = 0; in raw_getfrag() 496 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw_getfrag()
|
D | icmp.c | 352 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()
|
D | ping.c | 606 int offset, int fraglen, int odd, struct sk_buff *skb) in ping_getfrag() argument
|
/net/ipv6/ |
D | raw.c | 739 static int raw6_getfrag(void *from, char *to, int offset, int len, int odd, in raw6_getfrag() argument 754 odd); in raw6_getfrag() 756 odd = 0; in raw6_getfrag() 767 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw6_getfrag()
|
D | icmp.c | 320 static int icmpv6_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in icmpv6_getfrag() argument 328 skb->csum = csum_block_add(skb->csum, csum, odd); in icmpv6_getfrag()
|
D | ip6_output.c | 1456 int len, int odd, struct sk_buff *skb), in __ip6_append_data() argument 1801 int odd, struct sk_buff *skb), in ip6_append_data() argument 1993 int len, int odd, struct sk_buff *skb), in ip6_make_skb() argument
|