Home
last modified time | relevance | path

Searched refs:need (Results 1 – 22 of 22) sorted by relevance

/net/ceph/
Dauth_x.c25 int need; in ceph_x_is_authenticated() local
27 ceph_x_validate_tickets(ac, &need); in ceph_x_is_authenticated()
29 ac->want_keys, need, xi->have_keys); in ceph_x_is_authenticated()
36 int need; in ceph_x_should_authenticate() local
38 ceph_x_validate_tickets(ac, &need); in ceph_x_should_authenticate()
40 ac->want_keys, need, xi->have_keys); in ceph_x_should_authenticate()
41 return need != 0; in ceph_x_should_authenticate()
487 int need; in ceph_x_build_request() local
496 ceph_x_validate_tickets(ac, &need); in ceph_x_build_request()
499 ac->want_keys, xi->have_keys, need); in ceph_x_build_request()
[all …]
/net/atm/
DKconfig18 Note that you need a set of user-space programs to actually make use
48 ELAN and Ethernet segments. You need LANE if you want to try MPOA.
72 This is an experimental mechanism for users who need to terminate a
/net/wireless/
DKconfig25 # may need to update this when certificates are changed and are
122 Note that you need to also select the correct CRYPTO_<hash> modules
169 applications instead -- they need to register their network
185 need for it, for example when using the regulatory database loaded as
195 Enable this option if you need old userspace for wireless
/net/ipv4/
DKconfig9 enlarging your kernel by about 2 KB. You need multicasting if you
74 If you need more information, see the Linux Advanced
112 You need to say Y only for diskless machines requiring network
178 want). Most people won't need this and can say N.
230 don't need it.
252 because Cisco supports it. You need special software to use it
264 this, you need an experimental routing daemon supporting it (pimd or
281 is no need for the legitimate users to change their TCP/IP software;
350 implemented. If you need any other algorithms, you'll need to enable
365 implemented. If you need any other algorithms, you'll need to enable
[all …]
Dtcp_output.c806 u32 need = fastopen->cookie.len; in tcp_syn_options() local
808 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_syn_options()
810 need = (need + 3) & ~3U; /* Align to 32 bits */ in tcp_syn_options()
811 if (remaining >= need) { in tcp_syn_options()
814 remaining -= need; in tcp_syn_options()
885 u32 need = foc->len; in tcp_synack_options() local
887 need += foc->exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_synack_options()
889 need = (need + 3) & ~3U; /* Align to 32 bits */ in tcp_synack_options()
890 if (remaining >= need) { in tcp_synack_options()
893 remaining -= need; in tcp_synack_options()
/net/ipv6/
DKconfig59 implemented. If you need any other algorithms, you'll need to enable
74 implemented. If you need any other algorithms, you'll need to enable
89 need it, even if it does IPsec.
/net/bridge/
DKconfig20 In order to use the Ethernet bridge, you'll need the bridge
27 iptables will then see the IP packets being bridged, so you need to
/net/
DKconfig13 The reason is that some programs need kernel networking support even
32 This option can be selected by other options that need compat
42 achieve this, you need to set skb_shinfo(skb)->frag_list to the
46 Newly written code should NEVER need this option but do
138 clients. Proxy-based firewalls don't need support by the kernel, but
342 what was just said, you don't need it: say N.
357 process. If you don't need network drop alerts, or if you are ok
/net/batman-adv/
DKconfig54 mesh networks. If you think that your network does not need
67 If you think that your network does not need this feature you
/net/8021q/
DKconfig12 firewalling, bridging, and of course IP traffic. You will need
/net/decnet/
DTODO1 Steve's quick list of things that need finishing off:
/net/caif/
DKconfig19 built as a module. You will also need to say Y (or M) to any CAIF
/net/hsr/
DKconfig37 You need to perform any and all necessary tests yourself before
/net/openvswitch/
DKconfig26 need to maintain logical abstractions for multiple tenants.
/net/mac80211/
DKconfig85 Say N unless you know you need this.
97 need to be present in the binary and formatted at
/net/l2tp/
DKconfig34 If you don't need L2TP, say N. To compile all L2TP code as
/net/bluetooth/
DKconfig41 To use Linux Bluetooth subsystem, you will need several user-space
/net/ax25/
DKconfig28 carry other protocols such as tcp/ip. To use it, you need a device
/net/netfilter/ipset/
DKconfig8 In order to define and use the sets, you need the userspace utility
/net/sched/
DKconfig21 need a certain minimum data flow rate, or if you need to limit the
25 To administer these schedulers, you'll need the user-level utilities
/net/ipv4/netfilter/
DKconfig287 an IP packet. This is particularly useful, if you need to work around
/net/netfilter/
DKconfig254 files to each other, and also chat to each other without the need
258 chats. Note that you do NOT need this extension to get files or
351 you will need this.
901 You will need support for the "led" class to make this work.