Lines Matching defs:ovh
4088 int siz, ovh;
4096 ovh = SCTP_MED_OVERHEAD;
4098 ovh = SCTP_MED_V4_OVERHEAD;
4102 siz = asoc->smallest_mtu - ovh;
4104 siz = (stcb->sctp_ep->sctp_frag_point - ovh);
7550 unsigned int cnt_of_space, i, ovh;
7576 ovh = SCTP_MIN_OVERHEAD;
7578 ovh = SCTP_MIN_V4_OVERHEAD;
7580 if (cnt_of_space > (asoc->smallest_mtu-ovh)) {
7582 cnt_of_space = asoc->smallest_mtu - ovh;