Searched refs:ntb (Results 1 – 1 of 1) sorted by relevance
344 const union recv_ntb *const ntb, const uint16_t len) in verify_nth16() argument346 const struct nth16 *nthdr16 = &ntb->nth; in verify_nth16()349 if (len < sizeof(ntb->nth)) { in verify_nth16()400 ndphdr16 = (const struct ndp16 *)(ntb->data + in verify_nth16()428 const union recv_ntb *ntb = (union recv_ntb *)buf->data; in check_frame() local429 const struct nth16 *nthdr16 = &ntb->nth; in check_frame()438 ret = verify_nth16(data, ntb, len); in check_frame()445 (ntb->data + sys_le16_to_cpu(nthdr16->wNdpIndex) + in check_frame()448 ndptr16 = (const struct ndp16 *)(ntb->data + sys_le16_to_cpu(nthdr16->wNdpIndex)); in check_frame()455 sys_le16_to_cpu(ntb->nth.wBlockLength)); in check_frame()[all …]