Searched refs:ovh (Results 1 – 4 of 4) sorted by relevance
2050 int ovh; local2065 ovh = SCTP_MED_OVERHEAD;2067 ovh = SCTP_MED_V4_OVERHEAD;2072 av->assoc_value = inp->sctp_frag_point - ovh;4979 int ovh; local4985 ovh = SCTP_MED_OVERHEAD;4987 ovh = SCTP_MED_V4_OVERHEAD;4991 stcb->asoc.sctp_frag_point = (av->assoc_value + ovh);5007 inp->sctp_frag_point = (av->assoc_value + ovh);
6220 int siz, ovh; in sctp_get_frag_point() local6228 ovh = SCTP_MIN_OVERHEAD; in sctp_get_frag_point()6230 ovh = SCTP_MIN_V4_OVERHEAD; in sctp_get_frag_point()6232 ovh += SCTP_DATA_CHUNK_OVERHEAD(stcb); in sctp_get_frag_point()6234 siz = asoc->smallest_mtu - ovh; in sctp_get_frag_point()6236 siz = (stcb->asoc.sctp_frag_point - ovh); in sctp_get_frag_point()10244 unsigned int cnt_of_space, i, ovh; in send_forward_tsn() local10317 ovh = SCTP_MIN_OVERHEAD; in send_forward_tsn()10319 ovh = SCTP_MIN_V4_OVERHEAD; in send_forward_tsn()10321 if (cnt_of_space > (asoc->smallest_mtu - ovh)) { in send_forward_tsn()[all …]
2902 unsigned int eff_mtu, ovh; in sctp_mtu_size_reset() local2906 ovh = SCTP_MIN_OVERHEAD; in sctp_mtu_size_reset()2908 ovh = SCTP_MIN_V4_OVERHEAD; in sctp_mtu_size_reset()2910 eff_mtu = mtu - ovh; in sctp_mtu_size_reset()
183 Kevin Tanguy <kevin.tanguy@ovh.net>