Searched refs:ucProtocol (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/staging/bcm/ |
D | IPv6ProtocolHdr.h | 113 extern BOOLEAN MatchProtocol(S_CLASSIFIER_RULE *pstClassifierRule,UCHAR ucProtocol);
|
D | Qos.c | 120 BOOLEAN MatchProtocol(S_CLASSIFIER_RULE *pstClassifierRule,UCHAR ucProtocol) in MatchProtocol() argument 128 …G_LVL_ALL, "Protocol:0x%X Classification Protocol:0x%X",ucProtocol,pstClassifierRule->ucProtocol[u… in MatchProtocol() 129 if(pstClassifierRule->ucProtocol[ucLoopIndex]==ucProtocol) in MatchProtocol()
|
D | HostMIBSInterface.h | 101 UCHAR ucProtocol[MIBS_MAX_PROTOCOL_LENGTH];//protocol Length member
|
D | Prototypes.h | 38 BOOLEAN MatchProtocol(S_CLASSIFIER_RULE *pstClassifierRule,UCHAR ucProtocol);
|
D | Adapter.h | 150 UCHAR ucProtocol[MAX_PROTOCOL_LENGTH];//protocol Length member
|
D | Misc.c | 753 …DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "\tucProtocol:0x%X\n", pstClassifierEntry->ucProtocol[0]); in DumpPackInfo()
|
D | CmHost.c | 332 pstClassifierEntry->ucProtocol[0] = psfCSType->cCPacketClassificationRule.u8Protocol; in CopyClassifierRuleToSF()
|