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

/freebsd-12-stable/sys/netinet6/
H A Dip6_output.c1186 #define JUMBOOPTLEN 8 /* length of jumbo payload option and padding */ macro
1198 mopt->m_len = JUMBOOPTLEN;
1200 optbuf[1] = 0; /* = ((JUMBOOPTLEN) >> 3) - 1 */
1206 if (M_TRAILINGSPACE(mopt) < JUMBOOPTLEN) {
1220 if (oldoptlen + JUMBOOPTLEN > MCLBYTES)
1230 n->m_len = oldoptlen + JUMBOOPTLEN;
1238 mopt->m_len += JUMBOOPTLEN;
1248 hbh->ip6h_len += (JUMBOOPTLEN >> 3);
1254 v = (u_int32_t)htonl(plen + JUMBOOPTLEN);
1258 exthdrs->ip6e_ip6->m_pkthdr.len += JUMBOOPTLEN;
1261 #undef JUMBOOPTLEN macro
[all...]

Completed in 115 milliseconds