Searched refs:V_lltables (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net/ |
H A D | if_llatbl.c | 71 #define V_lltables VNET(lltables) macro 117 SLIST_FOREACH(llt, &V_lltables, llt_link) { in lltable_sysctl_dumparp() 756 SLIST_FOREACH(llt, &V_lltables, llt_link) { in lltable_prefix_free() 842 SLIST_INSERT_HEAD(&V_lltables, llt, llt_link); in lltable_link() 851 SLIST_REMOVE(&V_lltables, llt, lltable, llt_link); in lltable_unlink() 1180 SLIST_FOREACH(llt, &V_lltables, llt_link) { in DB_SHOW_ALL_COMMAND()
|