Home
last modified time | relevance | path

Searched refs:ovh (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_usrreq.c2050 int ovh; local
2065 ovh = SCTP_MED_OVERHEAD;
2067 ovh = SCTP_MED_V4_OVERHEAD;
2072 av->assoc_value = inp->sctp_frag_point - ovh;
4979 int ovh; local
4985 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);
H A Dsctp_output.c6220 int siz, ovh; in sctp_get_frag_point() local
6228 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() local
10317 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 …]
H A Dsctputil.c2902 unsigned int eff_mtu, ovh; in sctp_mtu_size_reset() local
2906 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()
/f-stack/freebsd/contrib/openzfs/
H A DAUTHORS183 Kevin Tanguy <kevin.tanguy@ovh.net>