]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rather than store a skeleton IPX header in an mbuf hung off the SPX
authorrwatson <rwatson@FreeBSD.org>
Mon, 25 May 2009 11:50:58 +0000 (11:50 +0000)
committerrwatson <rwatson@FreeBSD.org>
Mon, 25 May 2009 11:50:58 +0000 (11:50 +0000)
commit4fabf30357d7af0989b425e3954d9fdaa2a74e39
tree817bde8815924bccf9b571d23b28dcc678ddc0a3
parentf10db480e16bda328e69f9a8efbdc5b9fe325236
Rather than store a skeleton IPX header in an mbuf hung off the SPX
PCB, simply embed it in the PCB, avoiding additional memory overhead,
memory allocation overhead, and removing one of the few remaining
uses of dtom() in the network stack.

Restore misplaced spx_ctlinput() from an earlier commit.

MFC after: 1 month
sys/netipx/spx.h
sys/netipx/spx_usrreq.c