Searched refs:ovh (Results 1 – 6 of 6) sorted by relevance
1045 struct ocfs_volume_header ovh; in probe_ocfs() local1049 memcpy(&ovh, buf, sizeof(ovh)); in probe_ocfs()1052 major = ocfsmajor(ovh); in probe_ocfs()1059 blkid_set_tag(probe->dev, "MOUNT", ovh.mount, ocfsmountlen(ovh)); in probe_ocfs()
6807 int siz, ovh; local6815 ovh = SCTP_MIN_OVERHEAD;6819 ovh = sizeof(struct sctphdr);6821 ovh = SCTP_MIN_V4_OVERHEAD;6824 ovh = SCTP_MIN_V4_OVERHEAD;6827 ovh += SCTP_DATA_CHUNK_OVERHEAD(stcb);6829 siz = asoc->smallest_mtu - ovh;6831 siz = (stcb->asoc.sctp_frag_point - ovh);10932 unsigned int cnt_of_space, i, ovh; local11007 ovh = SCTP_MIN_OVERHEAD;[all …]
2732 int ovh; local2747 ovh = SCTP_MED_OVERHEAD;2749 ovh = SCTP_MED_V4_OVERHEAD;2754 av->assoc_value = inp->sctp_frag_point - ovh;5885 int ovh; local5891 ovh = SCTP_MED_OVERHEAD;5893 ovh = SCTP_MED_V4_OVERHEAD;5897 stcb->asoc.sctp_frag_point = (av->assoc_value + ovh);5910 inp->sctp_frag_point = (av->assoc_value + ovh);
2994 unsigned int eff_mtu, ovh; in sctp_mtu_size_reset() local2998 ovh = SCTP_MIN_OVERHEAD; in sctp_mtu_size_reset()3000 ovh = SCTP_MIN_V4_OVERHEAD; in sctp_mtu_size_reset()3002 eff_mtu = mtu - ovh; in sctp_mtu_size_reset()
17675 6ovh