Searched refs:bpf_dltlist (Results 1 – 3 of 3) sorted by relevance
143 #define BIOCGDLTLIST _IOWR('B', 121, struct bpf_dltlist)378 struct bpf_dltlist { struct
144 #define BIOCGDLTLIST _IOWR('B', 121, struct bpf_dltlist)379 struct bpf_dltlist { struct
210 static int bpf_getdltlist(struct bpf_d *, struct bpf_dltlist *);1530 struct bpf_dltlist dltlist; in bpfioctl()1553 error = bpf_getdltlist(d, (struct bpf_dltlist *)addr); in bpfioctl()2782 bpf_getdltlist(struct bpf_d *d, struct bpf_dltlist *bfl) in bpf_getdltlist()