Searched refs:ifbpstp_len (Results 1 – 2 of 2) sorted by relevance
468 uint32_t ifbpstp_len; /* buffer size */ member480 uint32_t ifbpstp_len; /* buffer size */ member490 uint32_t ifbpstp_len; /* buffer size */ member
3682 if (bifstp->ifbpstp_len == 0) { \3683 bifstp->ifbpstp_len = buflen; \3693 len = min(bifstp->ifbpstp_len, buflen); \3717 bifstp->ifbpstp_len = sizeof (bpreq) * count; \3718 if (bifstp->ifbpstp_len > 0) { \3719 error = copyout(outbuf, bifstp->ifbpstp_req, bifstp->ifbpstp_len);\