Home
last modified time | relevance | path

Searched refs:ovh (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/
H A DAUTHORS367 Kevin Tanguy <kevin.tanguy@ovh.net>
/freebsd/sys/netinet/
H A Dsctp_output.c10338 unsigned int cnt_of_space, i, ovh; in send_forward_tsn() local
10411 ovh = SCTP_MIN_OVERHEAD; in send_forward_tsn()
10413 ovh = SCTP_MIN_V4_OVERHEAD; in send_forward_tsn()
10415 if (cnt_of_space > (asoc->smallest_mtu - ovh)) { in send_forward_tsn()
10417 cnt_of_space = asoc->smallest_mtu - ovh; in send_forward_tsn()