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

/freebsd-10.0-release/sys/netinet6/
H A Dip6_mroute.h236 struct mf6c *mf6c_next; /* hash table linkage */ member in struct:mf6c
H A Dip6_mroute.c286 _rt = _rt->mf6c_next; \
624 rt = rt->mf6c_next;
842 for (rt = mf6ctable[hash], nstl = 0; rt; rt = rt->mf6c_next) {
911 for (rt = mf6ctable[hash]; rt; rt = rt->mf6c_next) {
954 rt->mf6c_next = mf6ctable[hash];
1025 nptr = &rt->mf6c_next;
1032 *nptr = rt->mf6c_next;
1184 for (rt = mf6ctable[hash]; rt; rt = rt->mf6c_next) {
1300 rt->mf6c_next = mf6ctable[hash];
1383 *nptr = mfc->mf6c_next;
[all...]
/freebsd-10.0-release/usr.bin/netstat/
H A Dmroute6.c209 mfcp = mfc.mf6c_next;

Completed in 406 milliseconds