Home
last modified time | relevance | path

Searched refs:bfl (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Dbpf.c2782 bpf_getdltlist(struct bpf_d *d, struct bpf_dltlist *bfl) in bpf_getdltlist() argument
2797 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()