Home
last modified time | relevance | path

Searched refs:S_CLASSIFIER_RULE (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DIPv6ProtocolHdr.h107 S_CLASSIFIER_RULE *pstClassifierRule );
111 extern BOOLEAN MatchSrcPort(S_CLASSIFIER_RULE *pstClassifierRule,USHORT ushSrcPort);
112 extern BOOLEAN MatchDestPort(S_CLASSIFIER_RULE *pstClassifierRule,USHORT ushSrcPort);
113 extern BOOLEAN MatchProtocol(S_CLASSIFIER_RULE *pstClassifierRule,UCHAR ucProtocol);
Dsort.c36 S_CLASSIFIER_RULE const *pa = a; in compare_classifiers()
37 S_CLASSIFIER_RULE const *pb = b; in compare_classifiers()
51 sizeof(S_CLASSIFIER_RULE), compare_classifiers, NULL); in SortClassifiers()
DQos.c8 …APTER Adapter,struct sk_buff* skb,PS_ETHCS_PKT_INFO pstEthCsPktInfo,S_CLASSIFIER_RULE *pstClassifi…
11 S_CLASSIFIER_RULE *pstClassifierRule );
27 BOOLEAN MatchSrcIpAddress(S_CLASSIFIER_RULE *pstClassifierRule,ULONG ulSrcIP) in MatchSrcIpAddress()
61 BOOLEAN MatchDestIpAddress(S_CLASSIFIER_RULE *pstClassifierRule,ULONG ulDestIP) in MatchDestIpAddress()
94 BOOLEAN MatchTos(S_CLASSIFIER_RULE *pstClassifierRule,UCHAR ucTypeOfService) in MatchTos()
120 BOOLEAN MatchProtocol(S_CLASSIFIER_RULE *pstClassifierRule,UCHAR ucProtocol) in MatchProtocol()
149 BOOLEAN MatchSrcPort(S_CLASSIFIER_RULE *pstClassifierRule,USHORT ushSrcPort) in MatchSrcPort()
181 BOOLEAN MatchDestPort(S_CLASSIFIER_RULE *pstClassifierRule,USHORT ushDestPort) in MatchDestPort()
209 S_CLASSIFIER_RULE *pstClassifierRule ) in IpVersion4()
448 S_CLASSIFIER_RULE *pstClassifierRule = NULL; in ClassifyPacket()
[all …]
DIPv6Protocol.c3 static BOOLEAN MatchSrcIpv6Address(S_CLASSIFIER_RULE *pstClassifierRule,IPV6Header *pstIpv6Header);
4 static BOOLEAN MatchDestIpv6Address(S_CLASSIFIER_RULE *pstClassifierRule,IPV6Header *pstIpv6Header);
174 S_CLASSIFIER_RULE *pstClassifierRule ) in IpVersion6()
264 static BOOLEAN MatchSrcIpv6Address(S_CLASSIFIER_RULE *pstClassifierRule,IPV6Header *pstIpv6Header) in MatchSrcIpv6Address()
317 static BOOLEAN MatchDestIpv6Address(S_CLASSIFIER_RULE *pstClassifierRule,IPV6Header *pstIpv6Header) in MatchDestIpv6Address()
DPrototypes.h36 BOOLEAN MatchSrcPort(S_CLASSIFIER_RULE *pstClassifierRule,USHORT ushSrcPort);
37 BOOLEAN MatchDestPort(S_CLASSIFIER_RULE *pstClassifierRule,USHORT ushSrcPort);
38 BOOLEAN MatchProtocol(S_CLASSIFIER_RULE *pstClassifierRule,UCHAR ucProtocol);
104 S_CLASSIFIER_RULE *GetFragIPClsEntry(PMINI_ADAPTER Adapter,USHORT usIpIdentification,ULONG SrcIP);
DAdapter.h183 }S_CLASSIFIER_RULE; typedef
191 S_CLASSIFIER_RULE *pstMatchedClassifierEntry;
420 S_CLASSIFIER_RULE astClassifierTable[MAX_CLASSIFIERS];
DCmHost.c115 CopyIpAddrToClassifier(S_CLASSIFIER_RULE *pstClassifierEntry, in CopyIpAddrToClassifier()
241 S_CLASSIFIER_RULE *pstClassifierEntry = NULL; in CopyClassifierRuleToSF()
370 S_CLASSIFIER_RULE *pstClassifierEntry = NULL; in DeleteClassifierRuleFromSF()
389 memset(pstClassifierEntry, 0, sizeof(S_CLASSIFIER_RULE)); in DeleteClassifierRuleFromSF()
401 S_CLASSIFIER_RULE *pstClassifierEntry = NULL; in DeleteAllClassifiersForSF()
DMisc.c687 S_CLASSIFIER_RULE *pstClassifierEntry = NULL; in DumpPackInfo()
1522 S_CLASSIFIER_RULE *GetFragIPClsEntry(PMINI_ADAPTER Adapter, USHORT usIpIdentification, ULONG SrcIP) in GetFragIPClsEntry()