Searched refs:mf6c_next (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/netinet6/
H A Dip6_mroute.h231 struct mf6c *mf6c_next; /* hash table linkage */ member in struct:mf6c
H A Dip6_mroute.c293 _rt = _rt->mf6c_next; \
623 rt = rt->mf6c_next;
822 for (rt = mf6ctable[hash], nstl = 0; rt; rt = rt->mf6c_next) {
882 for (rt = mf6ctable[hash]; rt; rt = rt->mf6c_next) {
925 rt->mf6c_next = mf6ctable[hash];
994 nptr = &rt->mf6c_next;
1001 *nptr = rt->mf6c_next;
1142 for (rt = mf6ctable[hash]; rt; rt = rt->mf6c_next) {
1247 rt->mf6c_next = mf6ctable[hash];
1326 *nptr = mfc->mf6c_next;
[all...]
/freebsd-10.3-release/usr.bin/netstat/
H A Dmroute6.c234 mfcp = mfc.mf6c_next;

Completed in 56 milliseconds