Searched refs:mfc (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/usr.bin/netstat/
H A Dmroute6.c106 struct mf6c mfc; local
175 kread((u_long)mfcp, (char *)&mfc, sizeof(mfc));
186 routename6(&mfc.mf6c_origin));
188 routename6(&mfc.mf6c_mcastgrp));
189 printf(" %9ju", (uintmax_t)mfc.mf6c_pkt_cnt);
191 for (waitings = 0, rtep = mfc.mf6c_stall; rtep; ) {
199 if (mfc.mf6c_parent == MF6C_INCOMPLETE_PARENT)
202 printf(" %3d ", mfc.mf6c_parent);
204 if (IF_ISSET(mifi, &mfc
[all...]
H A Dmroute.c75 static void print_mfc(struct mfc *, int, int *);
154 print_mfc(struct mfc *m, int maxvif, int *banner_printed)
200 struct mfc *m;
272 struct mfc *mfctable;
303 LIST_HEAD(, mfc) *mfchashtbl;
305 struct mfc mfc; local
325 kread((u_long)m, (char *)&mfc, sizeof(mfc));
/freebsd-10.0-release/sys/netinet/
H A Dip_mroute.h87 struct mfc;
272 struct mfc { struct
273 LIST_ENTRY(mfc) mfc_hash;
286 u_long mfc_nstall; /* # of packets awaiting mfc */
287 TAILQ_HEAD(, rtdetq) mfc_stall; /* q of packets awaiting mfc */
327 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */
330 struct mfc *bm_mfc; /* the corresponding mfc */
H A Dip_mroute.c166 static VNET_DEFINE(LIST_HEAD(mfchashhdr, mfc)*, mfchashtbl);
332 static void expire_mfc(struct mfc *);
338 static int ip_mdq(struct mbuf *, struct ifnet *, struct mfc *, vifi_t);
340 static __inline struct mfc *
346 struct mbuf *, struct mfc *);
348 struct mbuf *, struct mfc *);
350 struct mbuf *, struct mfc *);
381 static __inline struct mfc *
384 struct mfc *rt;
407 struct mfcctl2 mfc; local
1762 struct mfc *mfc; local
1854 struct mfc *mfc; local
[all...]
/freebsd-10.0-release/sys/dev/pccard/
H A Dpccard_cis.c129 } mfc[256 / 5]; local
351 howmany(sizeof mfc, sizeof mfc[0]))
352 panic("CISTPL_LONGLINK_MFC mfc "
356 mfc[i].common =
361 mfc[i].addr =
365 mfc[i].common ? "common" :
366 "attr", mfc[i].addr));
428 rid, mfc[mfc_index].common ?
433 tuple.mult = mfc[mfc_inde
[all...]
/freebsd-10.0-release/sys/netinet6/
H A Dip6_mroute.c802 * Add an mfc entry
990 * Delete an mfc entry
1343 struct mf6c *mfc, **nptr; local
1351 while ((mfc = *nptr) != NULL) {
1352 rte = mfc->mf6c_stall;
1359 mfc->mf6c_expire != 0 &&
1360 --mfc->mf6c_expire == 0) {
1366 ip6_sprintf(ip6bufo, &mfc->mf6c_origin.sin6_addr),
1367 ip6_sprintf(ip6bufg, &mfc->mf6c_mcastgrp.sin6_addr));
1383 *nptr = mfc
[all...]

Completed in 117 milliseconds