Search | Google it | Results 1 - 1 of 1 for funcall:__predict_false from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_output.c (0.00 seconds) |
458: MGETHDR(m, M_DONTWAIT, MT_HEADER); 459: if (__predict_false(m == NULL)) 460: return (ENOBUFS); 468: */ 469: if (__predict_false((max_linkhdr + hdrlen) > MHLEN)) { 470: TCP_OUTPUT_COUNTER_INCR(&tcp_output_bigheader);