|
Linux Kernel
3.7.1
|
#include "headers.h"Go to the source code of this file.
Functions | |
| BOOLEAN | MatchSrcIpAddress (struct bcm_classifier_rule *pstClassifierRule, ULONG ulSrcIP) |
| BOOLEAN | MatchDestIpAddress (struct bcm_classifier_rule *pstClassifierRule, ULONG ulDestIP) |
| BOOLEAN | MatchTos (struct bcm_classifier_rule *pstClassifierRule, UCHAR ucTypeOfService) |
| BOOLEAN | MatchProtocol (struct bcm_classifier_rule *pstClassifierRule, UCHAR ucProtocol) |
| BOOLEAN | MatchSrcPort (struct bcm_classifier_rule *pstClassifierRule, USHORT ushSrcPort) |
| BOOLEAN | MatchDestPort (struct bcm_classifier_rule *pstClassifierRule, USHORT ushDestPort) |
| VOID | PruneQueueAllSF (struct bcm_mini_adapter *Adapter) |
| VOID | flush_all_queues (struct bcm_mini_adapter *Adapter) |
| USHORT | ClassifyPacket (struct bcm_mini_adapter *Adapter, struct sk_buff *skb) |
| USHORT ClassifyPacket | ( | struct bcm_mini_adapter * | Adapter, |
| struct sk_buff * | skb | ||
| ) |
| VOID flush_all_queues | ( | struct bcm_mini_adapter * | Adapter | ) |
| BOOLEAN MatchDestIpAddress | ( | struct bcm_classifier_rule * | pstClassifierRule, |
| ULONG | ulDestIP | ||
| ) |
| BOOLEAN MatchDestPort | ( | struct bcm_classifier_rule * | pstClassifierRule, |
| USHORT | ushDestPort | ||
| ) |
| BOOLEAN MatchProtocol | ( | struct bcm_classifier_rule * | pstClassifierRule, |
| UCHAR | ucProtocol | ||
| ) |
| BOOLEAN MatchSrcIpAddress | ( | struct bcm_classifier_rule * | pstClassifierRule, |
| ULONG | ulSrcIP | ||
| ) |
| BOOLEAN MatchSrcPort | ( | struct bcm_classifier_rule * | pstClassifierRule, |
| USHORT | ushSrcPort | ||
| ) |
| BOOLEAN MatchTos | ( | struct bcm_classifier_rule * | pstClassifierRule, |
| UCHAR | ucTypeOfService | ||
| ) |
| VOID PruneQueueAllSF | ( | struct bcm_mini_adapter * | Adapter | ) |
1.8.2