Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 44) 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()
DKconfig42 If this option is enabled, the kernel will include support
51 If this option is enabled, the kernel will include support
59 If this option is enabled, the kernel will include support
67 If this option is enabled, the kernel will include support
79 If this option is enabled, the kernel will include support
102 This option enable support for packet logging via syslog.
118 This option enables support for connection marks, used by the
128 This option enables security markings to be applied to
140 This option enables support for connection tracking zones.
152 This option enables for the list of known conntrack entries
[all …]
Dxt_tcpudp.c35 tcp_find_option(u_int8_t option, in tcp_find_option() argument
61 if (op[i] == option) return !invert; in tcp_find_option()
110 if (tcpinfo->option) { in tcp_mt()
115 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/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/
DKconfig89 This option adds matching support for 802.3 Ethernet frames.
96 This option adds the among match, which allows matching the MAC source
105 This option adds the ARP match, which allows ARP and RARP header field
113 This option adds the IP match, which allows basic IP header field
122 This option adds the IP6 match, which allows basic IPV6 header field
130 This option adds the limit match, which allows you to control
140 This option adds the mark match, which allows matching frames based on
150 This option adds the packet type match, which allows matching on the
160 This option adds the Spanning Tree Protocol match, which
168 This option adds the 802.1Q vlan match, which allows the filtering of
[all …]
/net/batman-adv/
DKconfig25 This option enables the B.A.T.M.A.N. V protocol, the successor
40 This option enables BLA (Bridge Loop Avoidance), a mechanism
51 This option enables DAT (Distributed ARP Table), a DHT based
54 this option you can safely remove it and save some space.
60 This option enables network coding, a mechanism that aims to
74 This option enables the multicast optimisation which aims to
82 This is an option for use by developers; most people should
92 This is an option for use by developers; most people should
93 say N here. Select this option to gather traces like the debug
/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 enables the nf_dup_ipv4 core, which duplicates an IPv4
73 This is a backwards-compat option for the user's convenience
81 This is a backwards-compat option for the user's convenience
148 This is a backwards-compat option for the user's convenience
157 This option allows you to match packets whose replies would
168 This is a backwards-compat option for the user's convenience
228 This is a backwards-compat option for the user's convenience
[all …]
/net/wireless/
DKconfig47 Select this option ONLY for kernels that are specifically
59 This option enables some additional warnings that help
76 You should disable this option unless you are both capable
78 compliant with the features available under this option.
85 This option should only be enabled by system integrators
88 features. Alternatively you can enable this option if
129 This option enables support for parsing regulatory hints
142 This option enables support for relaxation of the NO_IR flag for
166 This option enables powersave mode by default.
184 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 enables the nf_dup_ipv6 core, which duplicates an IPv6
66 This is a backwards-compat option for the user's convenience
126 This is a backwards-compat option for the user's convenience
152 This option allows you to match packets whose replies would
182 This is a backwards-compatible option for the user's convenience
225 This option adds a `mangle' table to iptables: see the man page for
234 This option adds a `raw' table to ip6tables. This table is the very
247 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()
372 opt.option.data = LUCID_OPTION; in gssx_enc_call_ctx()
373 opt.option.len = sizeof(LUCID_OPTION); in gssx_enc_call_ctx()
379 opt.option.data = CREDS_OPTION; in gssx_enc_call_ctx()
380 opt.option.len = sizeof(CREDS_OPTION); in gssx_enc_call_ctx()
/net/bluetooth/bnep/
DKconfig18 This option enables the multicast filter support for BNEP.
24 This option enables the protocol filter support for BNEP.
/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/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/bluetooth/
DKconfig96 This option selects a few LED triggers for different
126 is a developer option and can cause significant delay when booting
149 bool "Enable runtime option for debugging statements"
152 This provides an option to enable/disable debugging statements
/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
142 capabilities. This option adds some overhead in the transmit
221 Enabling this option will let arptables resp. iptables see bridged
223 want this option enabled.
224 Enabling or disabling this option doesn't enable or disable
276 network device refcount are using per cpu variables if this option is set.
478 in page pools. This option incurs additional CPU cost in allocation
480 These statistics are only available if this option is enabled and if
/net/sunrpc/
DKconfig95 This option enables a sysctl-based debugging interface
99 Disabling this option will make your kernel slightly smaller,
110 This option allows the NFS client and server to use RDMA
/net/ipv6/
Dcalipso.c570 bool calipso_validate(const struct sk_buff *skb, const unsigned char *option) in calipso_validate() argument
574 u16 crc, len = option[1] + 2; in calipso_validate()
579 crc = crc_ccitt(0xffff, option, 8); in calipso_validate()
582 crc = crc_ccitt(crc, option + 10, len - 10); in calipso_validate()
584 if (option[8] != (crc & 0xff) || option[9] != ((crc >> 8) & 0xff)) in calipso_validate()
588 doi_def = calipso_doi_search(get_unaligned_be32(option + 2)); in calipso_validate()
/net/sctp/
DKconfig27 with an option for order-of-arrival delivery of individual user
56 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.c458 u8 option, u8 *optval, u8 optlen) in ccid3_hc_tx_parse_options() argument
463 switch (option) { in ccid3_hc_tx_parse_options()
471 dccp_role(sk), sk, optlen, option); in ccid3_hc_tx_parse_options()
476 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/xfrm/
DKconfig81 # This option selects XFRM_ALGO along with the AH authentication algorithms that
90 # This option selects XFRM_ALGO along with the ESP encryption and authentication

12