options (37bd4ba94b164fdd06f2ec8471fec45ae8f59894) | options (732a02b4e77866604a120a275c082bb6221bd2ff) |
---|---|
1# $FreeBSD$ 2# 3# On the handling of kernel options 4# 5# All kernel options should be listed in NOTES, with suitable 6# descriptions. Negative options (options that make some code not 7# compile) should be commented out; LINT (generated from NOTES) should 8# compile as much code as possible. Try to structure option-using --- 455 unchanged lines hidden (view full) --- 464TCP_BLACKBOX opt_global.h 465TCP_HHOOK opt_inet.h 466TCP_OFFLOAD opt_inet.h # Enable code to dispatch TCP offloading 467TCP_RFC7413 opt_inet.h 468TCP_RFC7413_MAX_KEYS opt_inet.h 469TCP_RFC7413_MAX_PSKS opt_inet.h 470TCP_SIGNATURE opt_ipsec.h 471VLAN_ARRAY opt_vlan.h | 1# $FreeBSD$ 2# 3# On the handling of kernel options 4# 5# All kernel options should be listed in NOTES, with suitable 6# descriptions. Negative options (options that make some code not 7# compile) should be commented out; LINT (generated from NOTES) should 8# compile as much code as possible. Try to structure option-using --- 455 unchanged lines hidden (view full) --- 464TCP_BLACKBOX opt_global.h 465TCP_HHOOK opt_inet.h 466TCP_OFFLOAD opt_inet.h # Enable code to dispatch TCP offloading 467TCP_RFC7413 opt_inet.h 468TCP_RFC7413_MAX_KEYS opt_inet.h 469TCP_RFC7413_MAX_PSKS opt_inet.h 470TCP_SIGNATURE opt_ipsec.h 471VLAN_ARRAY opt_vlan.h |
472XDR |
|
472XBONEHACK 473 474# 475# SCTP 476# 477SCTP opt_sctp.h 478SCTP_DEBUG opt_sctp.h # Enable debug printfs 479SCTP_LOCK_LOGGING opt_sctp.h # Log to KTR lock activity --- 536 unchanged lines hidden --- | 473XBONEHACK 474 475# 476# SCTP 477# 478SCTP opt_sctp.h 479SCTP_DEBUG opt_sctp.h # Enable debug printfs 480SCTP_LOCK_LOGGING opt_sctp.h # Log to KTR lock activity --- 536 unchanged lines hidden --- |