Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpf.c113 struct bpfd_list bif_wlist; /* writer-only list */ member
744 CK_LIST_INSERT_HEAD(&bp->bif_wlist, d, bd_next); in bpf_attachd()
2694 CK_LIST_INIT(&bp->bif_wlist); in bpfattach2()
2770 while ((d = CK_LIST_FIRST(&bp->bif_wlist)) != NULL) { in bpfdetach()
2986 CK_LIST_FOREACH(bd, &bp->bif_wlist, bd_next) { in bpf_stats_sysctl()