Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbpf.c111 struct bpfd_list bif_wlist; /* writer-only list */ member
751 CK_LIST_INSERT_HEAD(&bp->bif_wlist, d, bd_next); in bpf_attachd()
2806 CK_LIST_INIT(&bp->bif_wlist); in bpfattach2()
2871 while ((d = CK_LIST_FIRST(&bp->bif_wlist)) != NULL) { in bpf_ifdetach()
2909 while ((d = CK_LIST_FIRST(&bp->bif_wlist)) != NULL) { in bpfdetach()
3129 CK_LIST_FOREACH(bd, &bp->bif_wlist, bd_next) { in bpf_stats_sysctl()