Searched refs:need (Results 1 – 25 of 28) sorted by relevance
12
/net/ceph/ |
D | auth_x.c | 23 int need; in ceph_x_is_authenticated() local 25 ceph_x_validate_tickets(ac, &need); in ceph_x_is_authenticated() 27 ac->want_keys, need, xi->have_keys); in ceph_x_is_authenticated() 34 int need; in ceph_x_should_authenticate() local 36 ceph_x_validate_tickets(ac, &need); in ceph_x_should_authenticate() 38 ac->want_keys, need, xi->have_keys); in ceph_x_should_authenticate() 39 return need != 0; in ceph_x_should_authenticate() 398 int need; in ceph_x_build_request() local 407 ceph_x_validate_tickets(ac, &need); in ceph_x_build_request() 410 ac->want_keys, xi->have_keys, need); in ceph_x_build_request() [all …]
|
/net/atm/ |
D | Kconfig | 17 Note that you need a set of user-space programs to actually make use 47 ELAN and Ethernet segments. You need LANE if you want to try MPOA. 71 This is an experimental mechanism for users who need to terminate a
|
/net/ |
D | Kconfig | 10 The reason is that some programs need kernel networking support even 29 This option can be selected by other options that need compat 39 achieve this, you need to set skb_shinfo(skb)->frag_list to the 43 Newly written code should NEVER need this option but do 130 clients. Proxy-based firewalls don't need support by the kernel, but 285 what was just said, you don't need it: say N. 300 what was just said, you don't need it: say N. 317 process. If you don't need network drop alerts, or if you are ok
|
/net/decnet/ |
D | Kconfig | 20 below when using DECnet, since you will need sysctl support to aid 37 rtnetlink (you will need Alexey Kuznetsov's iproute2 package
|
D | TODO | 1 Steve's quick list of things that need finishing off:
|
/net/bridge/ |
D | Kconfig | 19 In order to use the Ethernet bridge, you'll need the bridge 26 iptables will then see the IP packets being bridged, so you need to
|
/net/batman-adv/ |
D | Kconfig | 36 mesh networks. If you think that your network does not need 50 If you think that your network does not need this feature you
|
/net/decnet/netfilter/ |
D | Kconfig | 13 daemon. You will also need to enable routing support for DECnet
|
/net/irda/irnet/ |
D | Kconfig | 7 called irnet. IrNET is a PPP driver, so you will also need a
|
/net/irda/ |
D | Kconfig | 14 To use Linux support for the IrDA (tm) protocols, you will also need 21 will need to install some OBEX application, such as OpenObex :
|
/net/wireless/ |
D | db.txt | 11 # need to replace this file with one containing appropriately formatted
|
D | Kconfig | 106 applications instead -- they need to register their network 139 Enable this option if you need old userspace for wireless
|
/net/openvswitch/ |
D | Kconfig | 15 need to maintain logical abstractions for multiple tenants.
|
/net/8021q/ |
D | Kconfig | 11 firewalling, bridging, and of course IP traffic. You will need
|
/net/ipv4/ |
D | Kconfig | 8 enlarging your kernel by about 2 KB. You need multicasting if you 79 You will need supporting software from 116 You need to say Y only for diskless machines requiring network 182 want). Most people won't need this and can say N. 229 about it, you don't need it. 251 because Cisco supports it. You need special software to use it 263 this, you need an experimental routing daemon supporting it (pimd or 296 is no need for the legitimate users to change their TCP/IP software;
|
D | tcp_output.c | 545 u32 need = TCPOLEN_EXP_FASTOPEN_BASE + fastopen->cookie.len; in tcp_syn_options() local 546 need = (need + 3) & ~3U; /* Align to 32 bits */ in tcp_syn_options() 547 if (remaining >= need) { in tcp_syn_options() 550 remaining -= need; in tcp_syn_options() 607 u32 need = TCPOLEN_EXP_FASTOPEN_BASE + foc->len; in tcp_synack_options() local 608 need = (need + 3) & ~3U; /* Align to 32 bits */ in tcp_synack_options() 609 if (remaining >= need) { in tcp_synack_options() 612 remaining -= need; in tcp_synack_options()
|
/net/bluetooth/ |
D | Kconfig | 37 To use Linux Bluetooth subsystem, you will need several user-space
|
/net/dccp/ |
D | Kconfig | 49 what was just said, you don't need it: say N.
|
/net/caif/ |
D | Kconfig | 18 built as modules. You will also need to say yes to any CAIF physical
|
/net/mac80211/ |
D | Kconfig | 108 Say N unless you know you need this. 120 need to be present in the binary and formatted at
|
/net/ipx/ |
D | Kconfig | 9 used for local networks of Windows machines. You need it if you
|
/net/sctp/ |
D | Kconfig | 46 what was just said, you don't need it: say N.
|
/net/l2tp/ |
D | Kconfig | 32 If you don't need L2TP, say N. To compile all L2TP code as
|
/net/netfilter/ipset/ |
D | Kconfig | 7 In order to define and use the sets, you need the userspace utility
|
/net/ax25/ |
D | Kconfig | 27 carry other protocols such as tcp/ip. To use it, you need a device
|
12