Home
last modified time | relevance | path

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

/drivers/staging/bcm/
DPrototypes.h105 …r_rule *GetFragIPClsEntry(struct bcm_mini_adapter *Adapter, USHORT usIpIdentification, ULONG SrcIP…
109 void DelFragIPClsEntry(struct bcm_mini_adapter *Adapter, USHORT usIpIdentification, ULONG SrcIp);
DMisc.c1442 …r_rule *GetFragIPClsEntry(struct bcm_mini_adapter *Adapter, USHORT usIpIdentification, ULONG SrcIP) in GetFragIPClsEntry() argument
1448 (Adapter->astFragmentedPktClassifierTable[uiIndex].usIpIdentification == usIpIdentification) && in GetFragIPClsEntry()
1469 void DelFragIPClsEntry(struct bcm_mini_adapter *Adapter, USHORT usIpIdentification, ULONG SrcIp) in DelFragIPClsEntry() argument
1475 (Adapter->astFragmentedPktClassifierTable[uiIndex].usIpIdentification == usIpIdentification) && in DelFragIPClsEntry()
DAdapter.h126 USHORT usIpIdentification; member
DQos.c854 stFragPktInfo.usIpIdentification = pIpHeader->id; in ClassifyPacket()