Home
last modified time | relevance | path

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

12

/net/mac80211/
DKconfig13 This option enables the hardware independent IEEE 802.11
29 This option enables the 'minstrel' TX rate control algorithm
36 This option selects the default rate control algorithm
64 Select this option to enable 802.11 mesh operation in mac80211
75 This option enables a few LED triggers for different
91 Select this option to have mac80211 register the
96 The overhead in this option is that all the messages
104 This option collects various mac80211 debug settings.
110 This option affects code generation in mac80211, when
115 This option increases code size a bit and inserts a lot
[all …]
/net/netfilter/
Dxt_dccp.c27 #define DCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
28 || (!!((invflag) & (option)) ^ (cond)))
34 dccp_find_option(u_int8_t option, in dccp_find_option() argument
60 if (op[i] == option) { in dccp_find_option()
89 match_option(u_int8_t option, const struct sk_buff *skb, unsigned int protoff, in match_option() argument
92 return dccp_find_option(option, skb, protoff, dh, hotdrop); in match_option()
119 && DCCHECK(match_option(info->option, skb, par->thoff, dh, in dccp_mt()
DKconfig27 If this option is enabled, the kernel will include support
35 If this option is enabled, the kernel will include support
43 If this option is enabled, the kernel will include support
55 If this option is enabled, the kernel will include support
89 This option enables support for connection marks, used by the
99 This option enables security markings to be applied to
111 This option enables support for connection tracking zones.
124 This option enables for the list of known conntrack entries
133 If this option is enabled, the connection tracking code will
143 This option enables support for connection tracking timeout
[all …]
Dxt_tcpudp.c32 tcp_find_option(u_int8_t option, in tcp_find_option() argument
58 if (op[i] == option) return !invert; in tcp_find_option()
107 if (tcpinfo->option) { in tcp_mt()
112 if (!tcp_find_option(tcpinfo->option, skb, par->thoff, in tcp_mt()
Dxt_sctp.c21 #define SCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
22 || (!!((invflag) & (option)) ^ (cond)))
/net/netfilter/ipset/
DKconfig7 This option adds IP set support to the kernel.
32 This option adds the bitmap:ip set type support, by which one
41 This option adds the bitmap:ip,mac set type support, by which one
50 This option adds the bitmap:port set type support, by which one
59 This option adds the hash:ip set type support, by which one
69 This option adds the hash:ip,mark set type support, by which one
78 This option adds the hash:ip,port set type support, by which one
87 This option adds the hash:ip,port,ip set type support, by which
97 This option adds the hash:ip,port,net set type support, by which
107 This option adds the hash:ip,mac set type support, by which
[all …]
/net/bridge/netfilter/
DKconfig91 This option adds matching support for 802.3 Ethernet frames.
98 This option adds the among match, which allows matching the MAC source
107 This option adds the ARP match, which allows ARP and RARP header field
115 This option adds the IP match, which allows basic IP header field
124 This option adds the IP6 match, which allows basic IPV6 header field
132 This option adds the limit match, which allows you to control
142 This option adds the mark match, which allows matching frames based on
152 This option adds the packet type match, which allows matching on the
162 This option adds the Spanning Tree Protocol match, which
170 This option adds the 802.1Q vlan match, which allows the filtering of
[all …]
/net/ipv4/netfilter/
DKconfig16 This option enables the IPv4 socket lookup infrastructure. This is
27 This option enables the IPv4 support for nf_tables.
57 This option enables the ARP support for nf_tables.
65 This option adds the flow table IPv4 support.
73 This option enables the nf_dup_ipv4 core, which duplicates an IPv4
150 This is a backwards-compat option for the user's convenience
159 This option allows you to match packets whose replies would
170 This is a backwards-compat option for the user's convenience
230 This is a backwards-compat option for the user's convenience
238 This is a backwards-compat option for the user's convenience
[all …]
/net/batman-adv/
DKconfig26 This option enables the B.A.T.M.A.N. V protocol, the successor
41 This option enables BLA (Bridge Loop Avoidance), a mechanism
52 This option enables DAT (Distributed ARP Table), a DHT based
55 this option you can safely remove it and save some space.
61 This option enables network coding, a mechanism that aims to
75 This option enables the multicast optimisation which aims to
94 This is an option for use by developers; most people should
117 This is an option for use by developers; most people should
118 say N here. Select this option to gather traces like the debug
/net/wireless/
DKconfig46 Select this option ONLY for kernels that are specifically
58 This option enables some additional warnings that help
75 You should disable this option unless you are both capable
77 compliant with the features available under this option.
84 This option should only be enabled by system integrators
87 features. Alternatively you can enable this option if
128 This option enables support for parsing regulatory hints
141 This option enables support for relaxation of the NO_IR flag for
165 This option enables powersave mode by default.
183 You should enable this option unless you know for sure you have no
[all …]
/net/ipv6/netfilter/
DKconfig12 This option enables the IPv6 socket lookup infrastructure. This
23 This option enables the IPv6 support for nf_tables.
54 This option adds the flow table IPv6 support.
62 This option enables the nf_dup_ipv6 core, which duplicates an IPv6
131 This is a backwards-compat option for the user's convenience
157 This option allows you to match packets whose replies would
187 This is a backwards-compatible option for the user's convenience
230 This option adds a `mangle' table to iptables: see the man page for
239 This option adds a `raw' table to ip6tables. This table is the very
252 This option adds a `security' table to iptables, for use
[all …]
/net/6lowpan/
DKconfig74 6LoWPAN IPv6 Hop-by-Hop option generic header compression according
90 6LoWPAN IPv6 destination option generic header compression according
96 6LoWPAN IPv6 fragmentation option generic header compression
102 6LoWPAN IPv6 routing option generic header compression according
/net/sunrpc/auth_gss/
Dgss_rpc_xdr.c100 err = gssx_enc_buffer(xdr, &opt->option); in gssx_enc_option()
112 err = gssx_dec_buffer(xdr, &opt->option); in gssx_dec_option()
257 oa->data[0].option.data = CREDS_VALUE; in gssx_dec_option_array()
258 oa->data[0].option.len = sizeof(CREDS_VALUE); in gssx_dec_option_array()
361 opt.option.data = LUCID_OPTION; in gssx_enc_call_ctx()
362 opt.option.len = sizeof(LUCID_OPTION); in gssx_enc_call_ctx()
368 opt.option.data = CREDS_OPTION; in gssx_enc_call_ctx()
369 opt.option.len = sizeof(CREDS_OPTION); in gssx_enc_call_ctx()
/net/iucv/
DKconfig7 Select this option if you want to use inter-user communication
16 Select this option if you want to use AF_IUCV socket applications
/net/bluetooth/bnep/
DKconfig18 This option enables the multicast filter support for BNEP.
24 This option enables the protocol filter support for BNEP.
/net/sunrpc/
DKconfig59 This option enables a sysctl-based debugging interface
63 Disabling this option will make your kernel slightly smaller,
74 This option allows the NFS client and server to use RDMA
/net/9p/
Dtrans_rdma.c178 int option; in parse_opts() local
205 r = match_int(&args[0], &option); in parse_opts()
214 opts->port = option; in parse_opts()
217 opts->sq_depth = option; in parse_opts()
220 opts->rq_depth = option; in parse_opts()
223 opts->timeout = option; in parse_opts()
/net/ipv6/
Dcalipso.c574 bool calipso_validate(const struct sk_buff *skb, const unsigned char *option) in calipso_validate() argument
578 u16 crc, len = option[1] + 2; in calipso_validate()
583 crc = crc_ccitt(0xffff, option, 8); in calipso_validate()
586 crc = crc_ccitt(crc, option + 10, len - 10); in calipso_validate()
588 if (option[8] != (crc & 0xff) || option[9] != ((crc >> 8) & 0xff)) in calipso_validate()
592 doi_def = calipso_doi_search(get_unaligned_be32(option + 2)); in calipso_validate()
/net/decnet/
DKconfig34 router. This is an experimental, but functional option. If you
40 filtering" option will be required for the forthcoming routing daemon
/net/
DKconfig32 This option can be selected by other options that need compat
40 This option makes it possible to send different netlink messages
46 Newly written code should NEVER need this option but do
112 hardware timestamping capabilities. This option adds some
192 Enabling this option will let arptables resp. iptables see bridged
194 want this option enabled.
195 Enabling or disabling this option doesn't enable or disable
295 by an interpreter. This option allows kernel to generate a native
/net/sctp/
DKconfig26 with an option for order-of-arrival delivery of individual user
55 This option sets the default sctp cookie hmac algorithm
/net/ax25/
DKconfig34 or the DMA SCC driver. Another option are the Baycom modem serial
61 configuration. Linux cannot yet act as a DAMA server. This option
76 configuration. Linux cannot yet act as a DAMA server. This option
/net/dccp/ccids/
Dccid3.c453 u8 option, u8 *optval, u8 optlen) in ccid3_hc_tx_parse_options() argument
458 switch (option) { in ccid3_hc_tx_parse_options()
466 dccp_role(sk), sk, optlen, option); in ccid3_hc_tx_parse_options()
471 if (option == TFRC_OPT_RECEIVE_RATE) { in ccid3_hc_tx_parse_options()
/net/netfilter/ipvs/
DKconfig12 option must be enabled for at least one of the clustered computers
82 This option enables support for load balancing TCP transport
88 This option enables support for load balancing UDP transport
97 This option enables support for load balancing ESP (Encapsulation
103 This option enables support for load balancing AH (Authentication
110 This option enables support for load balancing SCTP transport
/net/bluetooth/rfcomm/
DKconfig18 This option enables TTY emulation support for RFCOMM channels.

12