Home
last modified time | relevance | path

Searched refs:TCP_MAX_HEAD (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpOutput.c462 Nbuf = NetbufAlloc (Len + TCP_MAX_HEAD); in TcpGetSegmentSndQue()
468 NetbufReserve (Nbuf, TCP_MAX_HEAD); in TcpGetSegmentSndQue()
563 Nbuf = NetbufAlloc (Len + TCP_MAX_HEAD); in TcpGetSegmentSock()
575 NetbufReserve (Nbuf, TCP_MAX_HEAD); in TcpGetSegmentSock()
967 Nbuf = NetbufAlloc (TCP_MAX_HEAD); in TcpSendAck()
973 NetbufReserve (Nbuf, TCP_MAX_HEAD); in TcpSendAck()
1006 Nbuf = NetbufAlloc (TCP_MAX_HEAD); in TcpSendZeroProbe()
1012 NetbufReserve (Nbuf, TCP_MAX_HEAD); in TcpSendZeroProbe()
1108 Nbuf = NetbufAlloc (TCP_MAX_HEAD); in TcpSendReset()
DTcpProto.h115 #define TCP_MAX_HEAD 192 macro
DTcpMisc.c937 Nbuf = NetbufAlloc (TCP_MAX_HEAD); in TcpResetConnection()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DTcp4Output.c469 Nbuf = NetbufAlloc (Len + TCP_MAX_HEAD); in TcpGetSegmentSndQue()
475 NetbufReserve (Nbuf, TCP_MAX_HEAD); in TcpGetSegmentSndQue()
571 Nbuf = NetbufAlloc (Len + TCP_MAX_HEAD); in TcpGetSegmentSock()
580 NetbufReserve (Nbuf, TCP_MAX_HEAD); in TcpGetSegmentSock()
923 Nbuf = NetbufAlloc (TCP_MAX_HEAD); in TcpSendAck()
929 NetbufReserve (Nbuf, TCP_MAX_HEAD); in TcpSendAck()
963 Nbuf = NetbufAlloc (TCP_MAX_HEAD); in TcpSendZeroProbe()
969 NetbufReserve (Nbuf, TCP_MAX_HEAD); in TcpSendZeroProbe()
1057 Nbuf = NetbufAlloc (TCP_MAX_HEAD); in TcpSendReset()
DTcp4Proto.h122 #define TCP_MAX_HEAD 192 macro
DTcp4Misc.c638 Nbuf = NetbufAlloc (TCP_MAX_HEAD); in TcpResetConnection()