Home
last modified time | relevance | path

Searched refs:usIpIdentification (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DPrototypes.h104 S_CLASSIFIER_RULE *GetFragIPClsEntry(PMINI_ADAPTER Adapter,USHORT usIpIdentification,ULONG SrcIP);
108 void DelFragIPClsEntry(PMINI_ADAPTER Adapter,USHORT usIpIdentification,ULONG SrcIp);
DMisc.c1522 S_CLASSIFIER_RULE *GetFragIPClsEntry(PMINI_ADAPTER Adapter, USHORT usIpIdentification, ULONG SrcIP) in GetFragIPClsEntry() argument
1527 (Adapter->astFragmentedPktClassifierTable[uiIndex].usIpIdentification == usIpIdentification) && in GetFragIPClsEntry()
1547 void DelFragIPClsEntry(PMINI_ADAPTER Adapter, USHORT usIpIdentification, ULONG SrcIp) in DelFragIPClsEntry() argument
1552 (Adapter->astFragmentedPktClassifierTable[uiIndex].usIpIdentification == usIpIdentification) && in DelFragIPClsEntry()
DAdapter.h190 USHORT usIpIdentification; member
DQos.c637 stFragPktInfo.usIpIdentification = pIpHeader->id; in ClassifyPacket()