Search | Google it | Results 1 - 1 of 1 for funcall:MGETHDR from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/ip_output.c (0.00 seconds) |
976: for (off = hlen + len; off < ntohs(ip->ip_len); off += len) { 977: MGETHDR(m, M_DONTWAIT, MT_HEADER); 978: if (m == 0) { 1130: if (M_READONLY(m) || M_LEADINGSPACE(m) < optlen) { 1131: MGETHDR(n, M_DONTWAIT, MT_HEADER); 1132: if (n == 0)