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

/freebsd-12-stable/usr.bin/netstat/
H A Dmroute6.c109 struct mf6c mfc; local
176 kread((u_long)mfcp, (char *)&mfc, sizeof(mfc));
191 routename(sin6tosa(&mfc.mf6c_origin),
194 routename(sin6tosa(&mfc.mf6c_mcastgrp),
197 (uintmax_t)mfc.mf6c_pkt_cnt);
199 for (waitings = 0, rtep = mfc.mf6c_stall; rtep; ) {
207 if (mfc.mf6c_parent == MF6C_INCOMPLETE_PARENT)
210 xo_emit(" {:parent/%3d} ", mfc.mf6c_parent);
213 if (IF_ISSET(mifi, &mfc
[all...]
H A Dmroute.c80 static void print_mfc(struct mfc *, int, int *);
171 print_mfc(struct mfc *m, int maxvif, int *banner_printed)
236 struct mfc *m;
332 struct mfc *mfctable;
365 LIST_HEAD(, mfc) *mfchashtbl;
367 struct mfc mfc; local
387 kread((u_long)m, (char *)&mfc, sizeof(mfc));
/freebsd-12-stable/tools/tools/git/
H A Dgit-svn-rebase35 # which is why stable/* and mfc* are excluded. Caution to should be taken
44 for i in $(git branch --no-merge | grep -v stable/ | grep -v mfc); do
/freebsd-12-stable/sys/netinet/
H A Dip_mroute.h89 struct mfc;
274 struct mfc { struct
275 LIST_ENTRY(mfc) mfc_hash;
288 u_long mfc_nstall; /* # of packets awaiting mfc */
289 TAILQ_HEAD(, rtdetq) mfc_stall; /* q of packets awaiting mfc */
329 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */
332 struct mfc *bm_mfc; /* the corresponding mfc */
H A Dip_mroute.c169 VNET_DEFINE_STATIC(LIST_HEAD(mfchashhdr, mfc)*, mfchashtbl);
329 static void expire_mfc(struct mfc *);
335 static int ip_mdq(struct mbuf *, struct ifnet *, struct mfc *, vifi_t);
337 static __inline struct mfc *
343 struct mbuf *, struct mfc *);
345 struct mbuf *, struct mfc *);
347 struct mbuf *, struct mfc *);
378 static __inline struct mfc *
381 struct mfc *rt;
404 struct mfcctl2 mfc; local
1762 struct mfc *mfc; local
1854 struct mfc *mfc; local
[all...]
/freebsd-12-stable/sys/dev/pccard/
H A Dpccard_cis.c131 } mfc[256 / 5]; local
353 howmany(sizeof mfc, sizeof mfc[0]))
354 panic("CISTPL_LONGLINK_MFC mfc "
358 mfc[i].common =
363 mfc[i].addr =
367 mfc[i].common ? "common" :
368 "attr", mfc[i].addr));
430 rid, mfc[mfc_index].common ?
435 tuple.mult = mfc[mfc_inde
[all...]
/freebsd-12-stable/sys/netinet6/
H A Dip6_mroute.c810 * Add an mfc entry
984 * Delete an mfc entry
1315 struct mf6c *mfc, **nptr; local
1323 while ((mfc = *nptr) != NULL) {
1324 rte = mfc->mf6c_stall;
1331 mfc->mf6c_expire != 0 &&
1332 --mfc->mf6c_expire == 0) {
1334 ip6_sprintf(ip6bufo, &mfc->mf6c_origin.sin6_addr),
1335 ip6_sprintf(ip6bufg, &mfc->mf6c_mcastgrp.sin6_addr));
1349 *nptr = mfc
[all...]

Completed in 105 milliseconds