Search | Google it | Results 1 - 1 of 1 for funcall:__predict_false from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/in4_cksum.c (0.00 seconds) |
52: 53: if (__predict_false(off < sizeof(struct ip))) 54: panic("in4_cksum: offset too short for IP header"); 55: if (__predict_false(m->m_len < sizeof(struct ip))) 56: panic("in4_cksum: mbuf too short for IP header");