Searched refs:V_lltables (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/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() 557 SLIST_FOREACH(llt, &V_lltables, llt_link) { in lltable_prefix_free() 598 SLIST_INSERT_HEAD(&V_lltables, llt, llt_link); in lltable_link() 607 SLIST_REMOVE(&V_lltables, llt, lltable, llt_link); in lltable_unlink() 706 SLIST_FOREACH(llt, &V_lltables, llt_link) { in lla_rt_output() 906 SLIST_FOREACH(llt, &V_lltables, llt_link) { in DB_SHOW_ALL_COMMAND()
|