Searched refs:ifbpstp_len (Results 1 – 2 of 2) sorted by relevance
470 uint32_t ifbpstp_len; /* buffer size */ member482 uint32_t ifbpstp_len; /* buffer size */ member492 uint32_t ifbpstp_len; /* buffer size */ member
3840 if (bifstp->ifbpstp_len == 0) { \3841 bifstp->ifbpstp_len = buflen; \3851 len = min(bifstp->ifbpstp_len, buflen); \3875 bifstp->ifbpstp_len = sizeof (bpreq) * count; \3876 if (bifstp->ifbpstp_len > 0) { \3877 error = copyout(outbuf, bifstp->ifbpstp_req, bifstp->ifbpstp_len);\