Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 39) sorted by relevance

12

/net/mac80211/
DKconfig11 This option enables the hardware independent IEEE 802.11
27 This option enables the 'minstrel' TX rate control algorithm
34 This option enables the 'minstrel_ht' TX rate control algorithm
41 This option selects the default rate control algorithm
82 This option enables a few LED triggers for different
98 Select this option to have mac80211 register the
103 The overhead in this option is that all the messages
111 This option collects various mac80211 debug settings.
117 This option affects code generation in mac80211, when
122 This option increases code size a bit and inserts a lot
[all …]
/net/netfilter/
Dxt_dccp.c30 #define DCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
31 || (!!((invflag) & (option)) ^ (cond)))
37 dccp_find_option(u_int8_t option, in dccp_find_option() argument
63 if (op[i] == option) { in dccp_find_option()
92 match_option(u_int8_t option, const struct sk_buff *skb, unsigned int protoff, in match_option() argument
95 return dccp_find_option(option, skb, protoff, dh, hotdrop); in match_option()
122 && DCCHECK(match_option(info->option, skb, par->thoff, dh, in dccp_mt()
DKconfig12 If this option is enabled, the kernel will include support
20 If this option is enabled, the kernel will include support
28 If this option is enabled, the kernel will include support
58 This option enables support for connection marks, used by the
68 This option enables security markings to be applied to
81 This option enables support for connection tracking zones.
94 This option enables for the list of known conntrack entries
103 If this option is enabled, the connection tracking code will
113 This option enables support for connection tracking timeout
123 This option enables support for connection tracking timestamping.
[all …]
Dxt_tcpudp.c31 tcp_find_option(u_int8_t option, in tcp_find_option() argument
57 if (op[i] == option) return !invert; in tcp_find_option()
109 if (tcpinfo->option) { in tcp_mt()
114 if (!tcp_find_option(tcpinfo->option, skb, par->thoff, in tcp_mt()
Dxt_sctp.c20 #define SCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
21 || (!!((invflag) & (option)) ^ (cond)))
/net/bridge/netfilter/
DKconfig74 This option adds matching support for 802.3 Ethernet frames.
81 This option adds the among match, which allows matching the MAC source
90 This option adds the ARP match, which allows ARP and RARP header field
98 This option adds the IP match, which allows basic IP header field
107 This option adds the IP6 match, which allows basic IPV6 header field
115 This option adds the limit match, which allows you to control
125 This option adds the mark match, which allows matching frames based on
135 This option adds the packet type match, which allows matching on the
145 This option adds the Spanning Tree Protocol match, which
153 This option adds the 802.1Q vlan match, which allows the filtering of
[all …]
/net/netfilter/ipset/
DKconfig6 This option adds IP set support to the kernel.
31 This option adds the bitmap:ip set type support, by which one
40 This option adds the bitmap:ip,mac set type support, by which one
49 This option adds the bitmap:port set type support, by which one
58 This option adds the hash:ip set type support, by which one
68 This option adds the hash:ip,mark set type support, by which one
77 This option adds the hash:ip,port set type support, by which one
86 This option adds the hash:ip,port,ip set type support, by which
96 This option adds the hash:ip,port,net set type support, by which
106 This option adds the hash:mac set type support, by which
[all …]
/net/wireless/
DKconfig39 Select this option ONLY for kernels that are specifically
52 This option enables some additional warnings that help
82 You should disable this option unless you are both capable
84 compliant with the features available under this option.
91 This option should only be enabled by system integrators
94 features. Alternatively you can enable this option if
102 This option enables support for parsing regulatory hints
115 This option enables support for relaxation of the NO_IR flag for
140 This option enables powersave mode by default.
160 This option generates an internal data structure representing
[all …]
Ddb.txt4 # enable that build option.
13 # best option is to extract the db.txt file from the wireless-regdb git
/net/batman-adv/
DKconfig23 This option enables BLA (Bridge Loop Avoidance), a mechanism
34 This option enables DAT (Distributed ARP Table), a DHT based
37 this option you can safely remove it and save some space.
44 This option enables network coding, a mechanism that aims to
58 This option enables the multicast optimisation which aims to
66 This is an option for use by developers; most people should
/net/ipv4/netfilter/
DKconfig33 This option enables /proc and sysctl compatibility with the old
53 This option enables the IPv4 support for nf_tables.
59 This option enables the "route" chain for IPv4 in nf_tables. This
78 This option enables the ARP support for nf_tables.
86 The IPv4 NAT option allows masquerading, port forwarding and other
96 This option enables the "nat" chain for IPv4 in nf_tables. This
179 This is a backwards-compat option for the user's convenience
188 This option allows you to match packets whose replies would
199 This is a backwards-compat option for the user's convenience
274 This is a backwards-compat option for the user's convenience
[all …]
/net/sunrpc/
DKconfig39 This option enables a sysctl-based debugging interface
43 Disabling this option will make your kernel slightly smaller,
53 This option allows the NFS client to support an RDMA-enabled
66 This option allows the NFS server to support an RDMA-enabled
/net/ipv6/netfilter/
DKconfig32 This option enables the IPv6 support for nf_tables.
38 This option enables the "route" chain for IPv6 in nf_tables. This
64 The IPv6 NAT option allows masquerading, port forwarding and other
74 This option enables the "nat" chain for IPv6 in nf_tables. This
153 This is a backwards-compat option for the user's convenience
179 This option allows you to match packets whose replies would
200 This is a backwards-compatible option for the user's convenience
243 This option adds a `mangle' table to iptables: see the man page for
252 This option adds a `raw' table to ip6tables. This table is the very
265 This option adds a `security' table to iptables, for use
[all …]
/net/sunrpc/auth_gss/
Dgss_rpc_xdr.c113 err = gssx_enc_buffer(xdr, &opt->option); in gssx_enc_option()
125 err = gssx_dec_buffer(xdr, &opt->option); in gssx_dec_option()
269 oa->data[0].option.data = CREDS_VALUE; in gssx_dec_option_array()
270 oa->data[0].option.len = sizeof(CREDS_VALUE); in gssx_dec_option_array()
373 opt.option.data = LUCID_OPTION; in gssx_enc_call_ctx()
374 opt.option.len = sizeof(LUCID_OPTION); in gssx_enc_call_ctx()
380 opt.option.data = CREDS_OPTION; in gssx_enc_call_ctx()
381 opt.option.len = sizeof(CREDS_OPTION); in gssx_enc_call_ctx()
/net/bluetooth/bnep/
DKconfig17 This option enables the multicast filter support for BNEP.
23 This option enables the protocol filter support for BNEP.
/net/iucv/
DKconfig6 Select this option if you want to use inter-user communication
15 Select this option if you want to use AF_IUCV socket applications
/net/irda/
DKconfig55 connection. Enabling this option will save a hash-lookup per frame.
65 Disabling this option will make latency over IrDA very bad. Enabling
66 this option will make the IrDA stack send more packet than strictly
89 When this option is enabled, the IrDA also perform many extra internal
/net/9p/
Dtrans_rdma.c171 int option; in parse_opts() local
198 r = match_int(&args[0], &option); in parse_opts()
206 opts->port = option; in parse_opts()
209 opts->sq_depth = option; in parse_opts()
212 opts->rq_depth = option; in parse_opts()
215 opts->timeout = option; in parse_opts()
/net/decnet/
DKconfig33 router. This is an experimental, but functional option. If you
39 filtering" option will be required for the forthcoming routing daemon
/net/
DKconfig31 This option can be selected by other options that need compat
39 This option makes it possible to send different netlink messages
45 Newly written code should NEVER need this option but do
115 hardware timestamping capabilities. This option adds some
200 Enabling this option will let arptables resp. iptables see bridged
202 want this option enabled.
203 Enabling or disabling this option doesn't enable or disable
292 by an interpreter. This option allows kernel to generate a native
/net/netfilter/ipvs/
DKconfig11 option must be enabled for at least one of the clustered computers
80 This option enables support for load balancing TCP transport
86 This option enables support for load balancing UDP transport
95 This option enables support for load balancing ESP (Encapsulation
101 This option enables support for load balancing AH (Authentication
108 This option enables support for load balancing SCTP transport
/net/sctp/
DKconfig25 with an option for order-of-arrival delivery of individual user
66 This option sets the default sctp cookie hmac algorithm
/net/bluetooth/rfcomm/
DKconfig17 This option enables TTY emulation support for RFCOMM channels.
/net/ax25/
DKconfig33 or the DMA SCC driver. Another option are the Baycom modem serial
60 configuration. Linux cannot yet act as a DAMA server. This option
75 configuration. Linux cannot yet act as a DAMA server. This option
/net/dccp/ccids/
Dccid3.c466 u8 option, u8 *optval, u8 optlen) in ccid3_hc_tx_parse_options() argument
471 switch (option) { in ccid3_hc_tx_parse_options()
479 dccp_role(sk), sk, optlen, option); in ccid3_hc_tx_parse_options()
484 if (option == TFRC_OPT_RECEIVE_RATE) { in ccid3_hc_tx_parse_options()

12