Searched refs:usIpIdentification (Results 1 – 4 of 4) sorted by relevance
104 …er_rule *GetFragIPClsEntry(struct bcm_mini_adapter *Adapter,USHORT usIpIdentification,ULONG SrcIP);108 void DelFragIPClsEntry(struct bcm_mini_adapter *Adapter,USHORT usIpIdentification,ULONG SrcIp);
1440 …r_rule *GetFragIPClsEntry(struct bcm_mini_adapter *Adapter, USHORT usIpIdentification, ULONG SrcIP) in GetFragIPClsEntry() argument1445 (Adapter->astFragmentedPktClassifierTable[uiIndex].usIpIdentification == usIpIdentification) && in GetFragIPClsEntry()1465 void DelFragIPClsEntry(struct bcm_mini_adapter *Adapter, USHORT usIpIdentification, ULONG SrcIp) in DelFragIPClsEntry() argument1470 (Adapter->astFragmentedPktClassifierTable[uiIndex].usIpIdentification == usIpIdentification) && in DelFragIPClsEntry()
118 USHORT usIpIdentification; member
637 stFragPktInfo.usIpIdentification = pIpHeader->id; in ClassifyPacket()