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

/freebsd-9.3-release/sys/netinet6/
H A Dip6_mroute.h231 struct mf6c *mf6c_next; /* hash table linkage */ member in struct:mf6c
H A Dip6_mroute.c290 _rt = _rt->mf6c_next; \
620 rt = rt->mf6c_next;
819 for (rt = mf6ctable[hash], nstl = 0; rt; rt = rt->mf6c_next) {
879 for (rt = mf6ctable[hash]; rt; rt = rt->mf6c_next) {
922 rt->mf6c_next = mf6ctable[hash];
991 nptr = &rt->mf6c_next;
998 *nptr = rt->mf6c_next;
1139 for (rt = mf6ctable[hash]; rt; rt = rt->mf6c_next) {
1244 rt->mf6c_next = mf6ctable[hash];
1323 *nptr = mfc->mf6c_next;
[all...]
/freebsd-9.3-release/usr.bin/netstat/
H A Dmroute6.c209 mfcp = mfc.mf6c_next;

Completed in 60 milliseconds