Searched refs:ovh (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dsctp_usrreq.c2087 int ovh; local
2101 ovh = SCTP_MED_OVERHEAD;
2103 ovh = SCTP_MED_V4_OVERHEAD;
2108 av->assoc_value = inp->sctp_frag_point - ovh;
4912 int ovh; local
4918 ovh = SCTP_MED_OVERHEAD;
4920 ovh = SCTP_MED_V4_OVERHEAD;
4924 stcb->asoc.sctp_frag_point = (av->assoc_value + ovh);
4939 inp->sctp_frag_point = (av->assoc_value + ovh);
H A Dsctp_output.c6227 int siz, ovh; local
6235 ovh = SCTP_MED_OVERHEAD;
6237 ovh = SCTP_MED_V4_OVERHEAD;
6241 siz = asoc->smallest_mtu - ovh;
6243 siz = (stcb->asoc.sctp_frag_point - ovh);
10288 unsigned int cnt_of_space, i, ovh; local
10310 ovh = SCTP_MIN_OVERHEAD;
10312 ovh = SCTP_MIN_V4_OVERHEAD;
10314 if (cnt_of_space > (asoc->smallest_mtu - ovh)) {
10316 cnt_of_space = asoc->smallest_mtu - ovh;
[all...]
H A Dsctputil.c2419 unsigned int eff_mtu, ovh; local
2423 ovh = SCTP_MIN_OVERHEAD;
2425 ovh = SCTP_MIN_V4_OVERHEAD;
2427 eff_mtu = mtu - ovh;

Completed in 92 milliseconds