]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r335133:
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Jun 2018 11:24:20 +0000 (11:24 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Jun 2018 11:24:20 +0000 (11:24 +0000)
commit04d8dea5823a0f7be67949e951554cae297df115
treed9e34860931c43bd97b17fa6e8f7f6c31ddb6d16
parent2f1dfd94d8768e609b93283b779cef67f725dff1
MFC r335133:
  In m_megapullup() use m_getjcl() to allocate 9k or 16k mbuf when requested.

  It is better to try allocate a big mbuf, than just silently drop a big
  packet. A better solution could be reworking of libalias modules to be
  able use m_copydata()/m_copyback() instead of requiring the single
  contiguous buffer.

  PR: 229006

git-svn-id: svn://svn.freebsd.org/base/stable/10@335474 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/libalias/alias.c