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/cmtp/
DKconfig7 for CAPI messages. CMTP is required for the Bluetooth Common
/net/bluetooth/hidp/
DKconfig8 for HID reports. HIDP is required for the Bluetooth Human
/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.
120 tristate "IP tables support (required for filtering/masq/NAT)"
288 tristate 'raw table support (required for NOTRACK/TRACE)'
/net/ipv6/netfilter/
DKconfig70 tristate "IP6 tables support (required for filtering)"
232 tristate 'raw table support (required for TRACE)'
/net/mac80211/
Dchan.c603 bool required = false; in ieee80211_chanctx_radar_required() local
625 required = true; in ieee80211_chanctx_radar_required()
629 if (required) in ieee80211_chanctx_radar_required()
634 return required; in ieee80211_chanctx_radar_required()
/net/l2tp/
DKconfig81 when UDP encapsulation is not required. When L2TP is carried
/net/sunrpc/
Dsvcsock.c743 unsigned long required; in svc_udp_has_wspace() local
750 required = atomic_read(&svsk->sk_xprt.xpt_reserved) + serv->sv_max_mesg; in svc_udp_has_wspace()
751 if (required*2 > sock_wspace(svsk->sk_sk)) in svc_udp_has_wspace()
/net/netfilter/
DKconfig92 This is required to do Masquerading or other kinds of Network
253 required for tracking them, and doing masquerading and other forms
380 TFTP connection tracking helper, this is required depending
584 This is required if you intend to use the userspace queueing
611 This is required if you intend to use any of existing
748 tristate "Netfilter Xtables support (required for ip_tables)"
751 This is required if you intend to use any of ip_tables,
/net/sched/
DKconfig578 A recent version of the iproute2 package is required to use
688 A recent version of the iproute2 package is required to use
/net/netfilter/ipvs/
DKconfig331 required for tracking the connection and mangling it back to that of
/net/tipc/
Dsocket.c2024 int offset, required, copy, copied = 0; in tipc_recvstream() local
2038 required = sock_rcvlowat(sk, flags & MSG_WAITALL, buflen); in tipc_recvstream()
2104 } while (!skb_queue_empty(&sk->sk_receive_queue) || copied < required); in tipc_recvstream()
/net/tls/
Dtls_sw.c330 static int tls_clone_plaintext_msg(struct sock *sk, int required) in tls_clone_plaintext_msg() argument
344 len = required - msg_pl->sg.size; in tls_clone_plaintext_msg()