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

/freebsd-9.3-release/sys/netinet/
H A Dsctp_usrreq.c2093 int ovh; local
2107 ovh = SCTP_MED_OVERHEAD;
2109 ovh = SCTP_MED_V4_OVERHEAD;
2114 av->assoc_value = inp->sctp_frag_point - ovh;
2403 int ovh; local
2406 ovh = SCTP_MED_OVERHEAD;
2408 ovh = SCTP_MED_V4_OVERHEAD;
2413 paddrp->spp_pathmtu = net->mtu - ovh;
4435 int ovh; local
4441 ovh
4770 int ovh = 0; local
[all...]
H A Dsctp_output.c6199 int siz, ovh; local
6207 ovh = SCTP_MED_OVERHEAD;
6209 ovh = SCTP_MED_V4_OVERHEAD;
6213 siz = asoc->smallest_mtu - ovh;
6215 siz = (stcb->asoc.sctp_frag_point - ovh);
10284 unsigned int cnt_of_space, i, ovh; local
10306 ovh = SCTP_MIN_OVERHEAD;
10308 ovh = SCTP_MIN_V4_OVERHEAD;
10310 if (cnt_of_space > (asoc->smallest_mtu - ovh)) {
10312 cnt_of_space = asoc->smallest_mtu - ovh;
[all...]
H A Dsctputil.c2316 unsigned int eff_mtu, ovh; local
2320 ovh = SCTP_MIN_OVERHEAD;
2322 ovh = SCTP_MIN_V4_OVERHEAD;
2324 eff_mtu = mtu - ovh;

Completed in 135 milliseconds