Searched refs:need (Results 1 – 25 of 29) sorted by relevance
12
/net/ceph/ |
D | auth_x.c | 21 int need; in ceph_x_is_authenticated() local 23 ceph_x_validate_tickets(ac, &need); in ceph_x_is_authenticated() 25 ac->want_keys, need, xi->have_keys); in ceph_x_is_authenticated() 32 int need; in ceph_x_should_authenticate() local 34 ceph_x_validate_tickets(ac, &need); in ceph_x_should_authenticate() 36 ac->want_keys, need, xi->have_keys); in ceph_x_should_authenticate() 37 return need != 0; in ceph_x_should_authenticate() 406 int need; in ceph_x_build_request() local 415 ceph_x_validate_tickets(ac, &need); in ceph_x_build_request() 418 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/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/ |
D | Kconfig | 12 The reason is that some programs need kernel networking support even 31 This option can be selected by other options that need compat 41 achieve this, you need to set skb_shinfo(skb)->frag_list to the 45 Newly written code should NEVER need this option but do 136 clients. Proxy-based firewalls don't need support by the kernel, but 318 what was just said, you don't need it: say N. 333 what was just said, you don't need it: say N. 350 process. If you don't need network drop alerts, or if you are ok
|
/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 | 143 applications instead -- they need to register their network 182 Enable this option if you need old userspace for wireless
|
/net/ipv4/ |
D | Kconfig | 8 enlarging your kernel by about 2 KB. You need multicasting if you 76 You will need supporting software from 113 You need to say Y only for diskless machines requiring network 179 want). Most people won't need this and can say N. 224 don't need it. 246 because Cisco supports it. You need special software to use it 258 this, you need an experimental routing daemon supporting it (pimd or 275 is no need for the legitimate users to change their TCP/IP software; 617 (~100KB) at 10Gbps, but might need further careful tweaking.
|
D | tcp_output.c | 580 u32 need = TCPOLEN_EXP_FASTOPEN_BASE + fastopen->cookie.len; in tcp_syn_options() local 581 need = (need + 3) & ~3U; /* Align to 32 bits */ in tcp_syn_options() 582 if (remaining >= need) { in tcp_syn_options() 585 remaining -= need; in tcp_syn_options() 642 u32 need = TCPOLEN_EXP_FASTOPEN_BASE + foc->len; in tcp_synack_options() local 643 need = (need + 3) & ~3U; /* Align to 32 bits */ in tcp_synack_options() 644 if (remaining >= need) { in tcp_synack_options() 647 remaining -= need; in tcp_synack_options()
|
/net/hsr/ |
D | Kconfig | 24 You need to perform any and all necessary tests yourself before
|
/net/8021q/ |
D | Kconfig | 11 firewalling, bridging, and of course IP traffic. You will need
|
/net/dccp/ |
D | Kconfig | 49 what was just said, you don't need it: say N.
|
/net/bluetooth/ |
D | Kconfig | 37 To use Linux Bluetooth subsystem, you will need several user-space
|
/net/caif/ |
D | Kconfig | 18 built as modules. You will also need to say yes to any CAIF physical
|
/net/openvswitch/ |
D | Kconfig | 16 need to maintain logical abstractions for multiple tenants.
|
/net/mac80211/ |
D | Kconfig | 92 Say N unless you know you need this. 104 need to be present in the binary and formatted at
|
/net/sctp/ |
D | Kconfig | 47 what was just said, you don't need it: say N.
|
/net/ipx/ |
D | Kconfig | 9 used for local networks of Windows machines. You need it if you
|
/net/l2tp/ |
D | Kconfig | 33 If you don't need L2TP, say N. To compile all L2TP code as
|
/net/ax25/ |
D | Kconfig | 27 carry other protocols such as tcp/ip. To use it, you need a device
|
12