Home
last modified time | relevance | path

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

/drivers/staging/bcm/
DPrototypes.h104 …er_rule *GetFragIPClsEntry(struct bcm_mini_adapter *Adapter,USHORT usIpIdentification,ULONG SrcIP);
108 void DelFragIPClsEntry(struct bcm_mini_adapter *Adapter,USHORT usIpIdentification,ULONG SrcIp);
DMisc.c1440 …r_rule *GetFragIPClsEntry(struct bcm_mini_adapter *Adapter, USHORT usIpIdentification, ULONG SrcIP) in GetFragIPClsEntry() argument
1445 (Adapter->astFragmentedPktClassifierTable[uiIndex].usIpIdentification == usIpIdentification) && in GetFragIPClsEntry()
1465 void DelFragIPClsEntry(struct bcm_mini_adapter *Adapter, USHORT usIpIdentification, ULONG SrcIp) in DelFragIPClsEntry() argument
1470 (Adapter->astFragmentedPktClassifierTable[uiIndex].usIpIdentification == usIpIdentification) && in DelFragIPClsEntry()
DAdapter.h118 USHORT usIpIdentification; member
DQos.c637 stFragPktInfo.usIpIdentification = pIpHeader->id; in ClassifyPacket()