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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h208 struct mfc { struct
219 struct mfc *mfc_next;
225 * mfc bucket structure.
228 struct mfc *mfcb_mfc; /* first mfc in this bucket */
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c993 cistpl_longlink_mfc_t cistpl_longlink_mfc, *mfc; local
1065 mfc = &cistpl_longlink_mfc;
1066 sp->nfuncs = mfc->nregs;
1088 if (mfc->function[fn].tas == CISTPL_LONGLINK_MFC_TAS_AM) {
1090 cisptr.offset = mfc->function[fn].addr * 2;
1093 cisptr.offset = mfc->function[fn].addr;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c116 * mfctable is a fixed size hash table of mfc buckets strcuts (struct mfcb).
117 * Each mfc bucket struct (struct mfcb) maintains a refcnt for each walker,
119 * mfc structs only maintain a state and have no refcnt. mfc_mutex is used to
122 * mfc structs are dynamically allocated and are singly linked
123 * at the head of the chain. When an mfc structure is to be deleted
125 * When the last walker of the hash bucket exits all the mfc structs
129 * The bucket lock should be acquired before the mfc struct lock.
134 * acquring vif or mfc locks. These locks protect some global variables.
144 * Upcall timeouts - BSD uses boolean_t mfc->expire and
146 * SunOS 5.x uses mfc
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c2979 cistpl_longlink_mfc_t mfc; local
2988 if (csx_ParseTuple(handle, &tuple, (cisparse_t *)&mfc,
2990 count = mfc.nfuncs;
4768 * we put an intercept in between the mfc handler and
4802 * the mfc handler
5107 * we put an intercept in between the mfc handler and us so we can
5155 /* all functions use same intrspec except mfc handler */
5160 * mfc dispatcher is intercepted and taken from the

Completed in 94 milliseconds