Home
last modified time | relevance | path

Searched refs:required (Results 1 – 17 of 17) sorted by relevance

/net/xfrm/
DKconfig65 association dynamically. This feature is required, for
116 They are required if you are going to use IPsec tools ported
129 This feature is required, for instance, in a Mobile IPv6
/net/bluetooth/hidp/
DKconfig8 for HID reports. HIDP is required for the Bluetooth Human
/net/bluetooth/cmtp/
DKconfig7 for CAPI messages. CMTP is required for the Bluetooth Common
/net/bluetooth/rfcomm/
DKconfig7 support is required for Dialup Networking, OBEX and other Bluetooth
/net/phonet/
DKconfig12 This is required for Maemo to use cellular data connectivity (if
/net/bluetooth/bnep/
DKconfig8 emulation layer on top of Bluetooth. BNEP is required for
/net/qrtr/
DKconfig12 In order to do service lookups, a userspace daemon is required to
/net/ipv4/netfilter/
DKconfig17 is required by the {ip,nf}tables socket match.
122 tristate "IP tables support (required for filtering/masq/NAT)"
304 tristate 'raw table support (required for NOTRACK/TRACE)'
/net/ipv6/netfilter/
DKconfig75 tristate "IP6 tables support (required for filtering)"
237 tristate 'raw table support (required for TRACE)'
/net/l2tp/
DKconfig81 when UDP encapsulation is not required. When L2TP is carried
/net/sunrpc/
Dsvcsock.c602 unsigned long required; in svc_udp_has_wspace() local
609 required = atomic_read(&svsk->sk_xprt.xpt_reserved) + serv->sv_max_mesg; in svc_udp_has_wspace()
610 if (required*2 > sock_wspace(svsk->sk_sk)) in svc_udp_has_wspace()
/net/mac80211/
Dchan.c429 bool required = false; in ieee80211_chanctx_radar_required() local
443 required = true; in ieee80211_chanctx_radar_required()
448 return required; in ieee80211_chanctx_radar_required()
/net/netfilter/
DKconfig68 This is required to do Masquerading or other kinds of Network
221 required for tracking them, and doing masquerading and other forms
348 TFTP connection tracking helper, this is required depending
561 This is required if you intend to use the userspace queueing
588 This is required if you intend to use any of existing
707 tristate "Netfilter Xtables support (required for ip_tables)"
710 This is required if you intend to use any of ip_tables,
/net/tls/
Dtls_sw.c302 static int tls_clone_plaintext_msg(struct sock *sk, int required) in tls_clone_plaintext_msg() argument
316 len = required - msg_pl->sg.size; in tls_clone_plaintext_msg()
/net/sched/
DKconfig572 A recent version of the iproute2 package is required to use
681 A recent version of the iproute2 package is required to use
/net/netfilter/ipvs/
DKconfig319 required for tracking the connection and mangling it back to that of
/net/tipc/
Dsocket.c2021 int offset, required, copy, copied = 0; in tipc_recvstream() local
2035 required = sock_rcvlowat(sk, flags & MSG_WAITALL, buflen); in tipc_recvstream()
2101 } while (!skb_queue_empty(&sk->sk_receive_queue) || copied < required); in tipc_recvstream()