Searched refs:bfl (Results 1 – 1 of 1) sorted by relevance
2782 bpf_getdltlist(struct bpf_d *d, struct bpf_dltlist *bfl) in bpf_getdltlist() argument2797 if (bfl->bfl_list == NULL) { in bpf_getdltlist()2798 bfl->bfl_len = n1; in bpf_getdltlist()2801 if (n1 > bfl->bfl_len) in bpf_getdltlist()2811 error = copyout(lst, bfl->bfl_list, sizeof(u_int) * n); in bpf_getdltlist()2813 bfl->bfl_len = n; in bpf_getdltlist()