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

/external/e2fsprogs/lib/blkid/
H A Dprobe.c1040 struct ocfs_volume_header ovh; local
1044 memcpy(&ovh, buf, sizeof(ovh));
1047 major = ocfsmajor(ovh);
1054 blkid_set_tag(probe->dev, "MOUNT", ovh.mount, ocfsmountlen(ovh));
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_usrreq.c2725 int ovh; local
2739 ovh = SCTP_MED_OVERHEAD;
2741 ovh = SCTP_MED_V4_OVERHEAD;
2746 av->assoc_value = inp->sctp_frag_point - ovh;
3056 int ovh; local
3058 ovh = SCTP_MED_OVERHEAD;
3060 ovh = SCTP_MED_V4_OVERHEAD;
3065 paddrp->spp_pathmtu = net->mtu - ovh;
5511 int ovh; local
5517 ovh
5851 int ovh = 0; local
[all...]
H A Dsctp_output.c6629 int siz, ovh; local
6637 ovh = SCTP_MED_OVERHEAD;
6639 ovh = SCTP_MED_V4_OVERHEAD;
6643 siz = asoc->smallest_mtu - ovh;
6645 siz = (stcb->asoc.sctp_frag_point - ovh);
10765 unsigned int cnt_of_space, i, ovh; local
10787 ovh = SCTP_MIN_OVERHEAD;
10789 ovh = SCTP_MIN_V4_OVERHEAD;
10791 if (cnt_of_space > (asoc->smallest_mtu - ovh)) {
10793 cnt_of_space = asoc->smallest_mtu - ovh;
[all...]
H A Dsctputil.c2460 unsigned int eff_mtu, ovh; local
2464 ovh = SCTP_MIN_OVERHEAD;
2466 ovh = SCTP_MIN_V4_OVERHEAD;
2468 eff_mtu = mtu - ovh;

Completed in 312 milliseconds