Searched refs:need (Results 1 – 22 of 22) sorted by relevance
| /net/ceph/ |
| A D | auth_x.c | 26 int need; /* missing + need renewal */ in ceph_x_is_authenticated() local 28 ceph_x_validate_tickets(ac, &need); in ceph_x_is_authenticated() 30 WARN_ON((need & missing) != missing); in ceph_x_is_authenticated() 39 int need; in ceph_x_should_authenticate() local 41 ceph_x_validate_tickets(ac, &need); in ceph_x_should_authenticate() 43 ac->want_keys, xi->have_keys, need, !!need); in ceph_x_should_authenticate() 44 return !!need; in ceph_x_should_authenticate() 492 int need; in ceph_x_build_request() local 504 xi->have_keys, need); in ceph_x_build_request() 544 WARN_ON(!need); in ceph_x_build_request() [all …]
|
| /net/atm/ |
| A D | Kconfig | 18 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/ |
| A D | Kconfig | 22 # may need to update this when certificates are changed and are 119 Note that you need to also select the correct CRYPTO_<hash> modules 166 applications instead -- they need to register their network 182 need for it, for example when using the regulatory database loaded as 191 Enable this option if you need old userspace for wireless
|
| /net/ipv4/ |
| A D | Kconfig | 9 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 349 implemented. If you need any other algorithms, you'll need to enable 364 implemented. If you need any other algorithms, you'll need to enable 379 need it, even if it does IPsec. [all …]
|
| A D | tcp_output.c | 871 u32 need = fastopen->cookie.len; in tcp_syn_options() local 873 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_syn_options() 875 need = (need + 3) & ~3U; /* Align to 32 bits */ in tcp_syn_options() 876 if (remaining >= need) { in tcp_syn_options() 879 remaining -= need; in tcp_syn_options() 961 u32 need = foc->len; in tcp_synack_options() local 963 need += foc->exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_synack_options() 965 need = (need + 3) & ~3U; /* Align to 32 bits */ in tcp_synack_options() 966 if (remaining >= need) { in tcp_synack_options() 969 remaining -= need; in tcp_synack_options()
|
| /net/ipv6/ |
| A D | Kconfig | 60 implemented. If you need any other algorithms, you'll need to enable 75 implemented. If you need any other algorithms, you'll need to enable 90 need it, even if it does IPsec.
|
| /net/bridge/ |
| A D | Kconfig | 20 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/ |
| A D | Kconfig | 13 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 179 clients. Proxy-based firewalls don't need support by the kernel, but 392 what was just said, you don't need it: say N. 407 process. If you don't need network drop alerts, or if you are ok
|
| /net/batman-adv/ |
| A D | Kconfig | 53 mesh networks. If you think that your network does not need 66 If you think that your network does not need this feature you
|
| /net/8021q/ |
| A D | Kconfig | 12 firewalling, bridging, and of course IP traffic. You will need
|
| /net/appletalk/ |
| A D | Kconfig | 11 wish to connect to it, say Y. You will need to use the netatalk package
|
| /net/caif/ |
| A D | Kconfig | 19 built as a module. You will also need to say Y (or M) to any CAIF
|
| /net/openvswitch/ |
| A D | Kconfig | 29 need to maintain logical abstractions for multiple tenants.
|
| /net/hsr/ |
| A D | Kconfig | 37 You need to perform any and all necessary tests yourself before
|
| /net/mac80211/ |
| A D | Kconfig | 95 Say N unless you know you need this. 107 need to be present in the binary and formatted at
|
| /net/l2tp/ |
| A D | Kconfig | 34 If you don't need L2TP, say N. To compile all L2TP code as
|
| /net/ipv4/netfilter/ |
| A D | Kconfig | 285 an IP packet. This is particularly useful, if you need to work around 353 Neither arptables-nft nor nftables need this to work.
|
| /net/bluetooth/ |
| A D | Kconfig | 42 To use Linux Bluetooth subsystem, you will need several user-space
|
| /net/ax25/ |
| A D | Kconfig | 28 carry other protocols such as tcp/ip. To use it, you need a device
|
| /net/netfilter/ipset/ |
| A D | Kconfig | 8 In order to define and use the sets, you need the userspace utility
|
| /net/sched/ |
| A D | Kconfig | 21 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/netfilter/ |
| A D | Kconfig | 276 files to each other, and also chat to each other without the need 280 chats. Note that you do NOT need this extension to get files or 373 you will need this. 957 You will need support for the "led" class to make this work.
|
Completed in 42 milliseconds