Searched refs:S_CLASSIFIER_RULE (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/drivers/staging/bcm/ |
D | IPv6ProtocolHdr.h | 107 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);
|
D | sort.c | 36 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()
|
D | Qos.c | 8 …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 …]
|
D | IPv6Protocol.c | 3 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()
|
D | Prototypes.h | 36 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);
|
D | Adapter.h | 183 }S_CLASSIFIER_RULE; typedef 191 S_CLASSIFIER_RULE *pstMatchedClassifierEntry; 420 S_CLASSIFIER_RULE astClassifierTable[MAX_CLASSIFIERS];
|
D | CmHost.c | 115 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()
|
D | Misc.c | 687 S_CLASSIFIER_RULE *pstClassifierEntry = NULL; in DumpPackInfo() 1522 S_CLASSIFIER_RULE *GetFragIPClsEntry(PMINI_ADAPTER Adapter, USHORT usIpIdentification, ULONG SrcIP) in GetFragIPClsEntry()
|