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

/freebsd-11-stable/usr.bin/netstat/
H A Dmroute6.c107 struct mf6c mfc; local
174 kread((u_long)mfcp, (char *)&mfc, sizeof(mfc));
189 routename(sin6tosa(&mfc.mf6c_origin),
192 routename(sin6tosa(&mfc.mf6c_mcastgrp),
195 (uintmax_t)mfc.mf6c_pkt_cnt);
197 for (waitings = 0, rtep = mfc.mf6c_stall; rtep; ) {
205 if (mfc.mf6c_parent == MF6C_INCOMPLETE_PARENT)
208 xo_emit(" {:parent/%3d} ", mfc.mf6c_parent);
211 if (IF_ISSET(mifi, &mfc
[all...]
H A Dmroute.c78 static void print_mfc(struct mfc *, int, int *);
169 print_mfc(struct mfc *m, int maxvif, int *banner_printed)
234 struct mfc *m;
330 struct mfc *mfctable;
363 LIST_HEAD(, mfc) *mfchashtbl;
365 struct mfc mfc; local
385 kread((u_long)m, (char *)&mfc, sizeof(mfc));
/freebsd-11-stable/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.c167 static VNET_DEFINE(LIST_HEAD(mfchashhdr, mfc)*, mfchashtbl);
333 static void expire_mfc(struct mfc *);
339 static int ip_mdq(struct mbuf *, struct ifnet *, struct mfc *, vifi_t);
341 static __inline struct mfc *
347 struct mbuf *, struct mfc *);
349 struct mbuf *, struct mfc *);
351 struct mbuf *, struct mfc *);
382 static __inline struct mfc *
385 struct mfc *rt;
408 struct mfcctl2 mfc; local
1767 struct mfc *mfc; local
1859 struct mfc *mfc; local
[all...]
/freebsd-11-stable/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-11-stable/sys/netinet6/
H A Dip6_mroute.c809 * Add an mfc entry
983 * Delete an mfc entry
1314 struct mf6c *mfc, **nptr; local
1322 while ((mfc = *nptr) != NULL) {
1323 rte = mfc->mf6c_stall;
1330 mfc->mf6c_expire != 0 &&
1331 --mfc->mf6c_expire == 0) {
1333 ip6_sprintf(ip6bufo, &mfc->mf6c_origin.sin6_addr),
1334 ip6_sprintf(ip6bufg, &mfc->mf6c_mcastgrp.sin6_addr));
1348 *nptr = mfc
[all...]

Completed in 266 milliseconds