Searched hist:251732 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/share/man/man9/
H A Dhhook.9diff 252052 Fri Jun 21 03:42:22 MDT 2013 lstewart Non-virtualised hhook points are supported as of r251732.

MFC after: 1 week
X-MFC with: 251732
/freebsd-10.3-release/sys/sys/
H A Dhhook.hdiff 251732 Fri Jun 14 04:18:13 MDT 2013 lstewart Add support for non-virtualised hhook points, which are uniquely identified by
type and id, as compared to virtualised hook points which are now uniquely
identified by type, id and a vid (which for vimage is the pointer to the vnet
that the hhook resides in).

All hhook_head structs for both virtualised and non-virtualised hook points
coexist in hhook_head_list, and a separate list is maintained for hhook points
within each vnet to simplify some vimage-related housekeeping.

Reviewed by: scottl
MFC after: 1 week
/freebsd-10.3-release/sys/kern/
H A Dkern_hhook.cdiff 251752 Fri Jun 14 18:18:30 MDT 2013 lstewart Fix a major oversight in r251732 which causes non-VIMAGE kernels to trigger a
KASSERT during TCP hhook registration at boot. Virtualised hook points only
require extra housekeeping and sanity checking when "options VIMAGE" is present.

Reported by: bdrewery,jh,dhw
Tested by: dhw
MFC after: 1 week
X-MFC with: 251732
diff 251732 Fri Jun 14 04:18:13 MDT 2013 lstewart Add support for non-virtualised hhook points, which are uniquely identified by
type and id, as compared to virtualised hook points which are now uniquely
identified by type, id and a vid (which for vimage is the pointer to the vnet
that the hhook resides in).

All hhook_head structs for both virtualised and non-virtualised hook points
coexist in hhook_head_list, and a separate list is maintained for hhook points
within each vnet to simplify some vimage-related housekeeping.

Reviewed by: scottl
MFC after: 1 week

Completed in 109 milliseconds