Searched refs:exth_len (Results 1 – 6 of 6) sorted by relevance
191 int32 exth_len = ipv6_exthdr_len_check(p, plen, &proto); in hnd_frame_proto() local192 if (exth_len < 0 || ((plen -= exth_len) <= 0)) in hnd_frame_proto()195 p += exth_len; in hnd_frame_proto()
7628 int32 exth_len = ipv6_exthdr_len(pdata, &proto); in dhd_msgbuf_get_ip_info() local7629 if (exth_len < 0 || ((plen -= exth_len) <= 0)) { in dhd_msgbuf_get_ip_info()7633 pdata += exth_len; in dhd_msgbuf_get_ip_info()7634 plen -= exth_len; in dhd_msgbuf_get_ip_info()
27522 int32 exth_len = ipv6_exthdr_len(*p, &proto_6);27523 if (exth_len < 0 || ((plen -= exth_len) <= 0)) {27527 *p += exth_len;
7632 int32 exth_len = ipv6_exthdr_len(pdata, &proto); in dhd_msgbuf_get_ip_info() local7633 if (exth_len < 0 || ((plen -= exth_len) <= 0)) { in dhd_msgbuf_get_ip_info()7637 pdata += exth_len; in dhd_msgbuf_get_ip_info()7638 plen -= exth_len; in dhd_msgbuf_get_ip_info()
27641 int32 exth_len = ipv6_exthdr_len(*p, &proto_6);27642 if (exth_len < 0 || ((plen -= exth_len) <= 0)) {27646 *p += exth_len;