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

/freebsd-12-stable/sys/netinet/
H A Dsctp_usrreq.c2039 int ovh; local
2054 ovh = SCTP_MED_OVERHEAD;
2056 ovh = SCTP_MED_V4_OVERHEAD;
2061 av->assoc_value = inp->sctp_frag_point - ovh;
4970 int ovh; local
4976 ovh = SCTP_MED_OVERHEAD;
4978 ovh = SCTP_MED_V4_OVERHEAD;
4982 stcb->asoc.sctp_frag_point = (av->assoc_value + ovh);
4998 inp->sctp_frag_point = (av->assoc_value + ovh);
H A Dsctp_output.c6218 int siz, ovh; local
6226 ovh = SCTP_MIN_OVERHEAD;
6228 ovh = SCTP_MIN_V4_OVERHEAD;
6230 ovh += SCTP_DATA_CHUNK_OVERHEAD(stcb);
6232 siz = asoc->smallest_mtu - ovh;
6234 siz = (stcb->asoc.sctp_frag_point - ovh);
10254 unsigned int cnt_of_space, i, ovh; local
10327 ovh = SCTP_MIN_OVERHEAD;
10329 ovh = SCTP_MIN_V4_OVERHEAD;
10331 if (cnt_of_space > (asoc->smallest_mtu - ovh)) {
[all...]
H A Dsctputil.c2897 unsigned int eff_mtu, ovh; local
2901 ovh = SCTP_MIN_OVERHEAD;
2903 ovh = SCTP_MIN_V4_OVERHEAD;
2905 eff_mtu = mtu - ovh;

Completed in 144 milliseconds