options (242b24828472137ec4411826b86e753d49bd2c39) options (bd79708dbffde195226ade494aa72c345328e745)
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

--- 429 unchanged lines hidden (view full) ---

438PF_DEFAULT_TO_DROP opt_pf.h
439RADIX_MPATH opt_mpath.h
440ROUTETABLES opt_route.h
441RSS opt_rss.h
442SLIP_IFF_OPTS opt_slip.h
443TCPDEBUG
444TCPPCAP opt_global.h
445SIFTR
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

--- 429 unchanged lines hidden (view full) ---

438PF_DEFAULT_TO_DROP opt_pf.h
439RADIX_MPATH opt_mpath.h
440ROUTETABLES opt_route.h
441RSS opt_rss.h
442SLIP_IFF_OPTS opt_slip.h
443TCPDEBUG
444TCPPCAP opt_global.h
445SIFTR
446TCP_HHOOK opt_inet.h
446TCP_OFFLOAD opt_inet.h # Enable code to dispatch TCP offloading
447TCP_RFC7413 opt_inet.h
448TCP_RFC7413_MAX_KEYS opt_inet.h
449TCP_SIGNATURE opt_inet.h
450VLAN_ARRAY opt_vlan.h
451XBONEHACK
452FLOWTABLE opt_route.h
453FLOWTABLE_HASH_ALL opt_route.h

--- 541 unchanged lines hidden ---
447TCP_OFFLOAD opt_inet.h # Enable code to dispatch TCP offloading
448TCP_RFC7413 opt_inet.h
449TCP_RFC7413_MAX_KEYS opt_inet.h
450TCP_SIGNATURE opt_inet.h
451VLAN_ARRAY opt_vlan.h
452XBONEHACK
453FLOWTABLE opt_route.h
454FLOWTABLE_HASH_ALL opt_route.h

--- 541 unchanged lines hidden ---