Searched refs:usIpIdentification (Results 1 – 4 of 4) sorted by relevance
105 …r_rule *GetFragIPClsEntry(struct bcm_mini_adapter *Adapter, USHORT usIpIdentification, ULONG SrcIP…109 void DelFragIPClsEntry(struct bcm_mini_adapter *Adapter, USHORT usIpIdentification, ULONG SrcIp);
1442 …r_rule *GetFragIPClsEntry(struct bcm_mini_adapter *Adapter, USHORT usIpIdentification, ULONG SrcIP) in GetFragIPClsEntry() argument1448 (Adapter->astFragmentedPktClassifierTable[uiIndex].usIpIdentification == usIpIdentification) && in GetFragIPClsEntry()1469 void DelFragIPClsEntry(struct bcm_mini_adapter *Adapter, USHORT usIpIdentification, ULONG SrcIp) in DelFragIPClsEntry() argument1475 (Adapter->astFragmentedPktClassifierTable[uiIndex].usIpIdentification == usIpIdentification) && in DelFragIPClsEntry()
126 USHORT usIpIdentification; member
854 stFragPktInfo.usIpIdentification = pIpHeader->id; in ClassifyPacket()