Searched refs:hoff (Results 1 – 1 of 1) sorted by relevance
4795 hn_check_iplen(const struct mbuf *m, int hoff) in hn_check_iplen() argument4802 len = hoff + sizeof(struct ip); in hn_check_iplen()4812 ip = mtodo(m, hoff); in hn_check_iplen()4820 if (m->m_len < hoff + iphlen) in hn_check_iplen()4829 if (m->m_pkthdr.len < hoff + iplen) in hn_check_iplen()4852 if (m->m_len < hoff + iphlen + thoff) in hn_check_iplen()4874 int hoff; in hn_rxpkt_proto() local4876 hoff = sizeof(*eh); in hn_rxpkt_proto()4885 hoff = sizeof(*evl); in hn_rxpkt_proto()4886 if (m_new->m_len < hoff) in hn_rxpkt_proto()[all …]