Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 33) sorted by relevance

12

/net/rxrpc/
Dar-output.c537 bool more; in rxrpc_send_data() local
555 more = msg->msg_flags & MSG_MORE; in rxrpc_send_data()
590 if (chunk > len && !more) in rxrpc_send_data()
670 if (sp->remain <= 0 || (segment == 0 && !more)) { in rxrpc_send_data()
700 if (len == 0 && !more) in rxrpc_send_data()
705 if (more && seq & 1) in rxrpc_send_data()
716 rxrpc_queue_packet(call, skb, segment == 0 && !more); in rxrpc_send_data()
/net/netrom/
Dnr_in.c32 static int nr_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) in nr_queue_rx_frame() argument
41 if (more) { in nr_queue_rx_frame()
47 if (!more && nr->fraglen > 0) { /* End of fragment */ in nr_queue_rx_frame()
/net/tipc/
DKconfig14 For more information about TIPC, see http://tipc.sourceforge.net.
33 setting it to higher allows for more ports.
/net/x25/
Dx25_in.c37 static int x25_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) in x25_queue_rx_frame() argument
42 if (more) { in x25_queue_rx_frame()
49 if (!more && x25->fraglen > 0) { /* End of fragment */ in x25_queue_rx_frame()
DKconfig19 You can read more about X.25 at <http://www.sangoma.com/tutorials/x25/> and
/net/batman-adv/
DKconfig15 http://www.open-mesh.org/ for more information and user space
26 more than one mesh node in the same LAN, you can safely remove
/net/ceph/
Dmessenger.c550 size_t kvlen, size_t len, int more) in ceph_tcp_sendmsg() argument
555 if (more) in ceph_tcp_sendmsg()
567 int offset, size_t size, bool more) in __ceph_tcp_sendpage() argument
569 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | (more ? MSG_MORE : MSG_EOR); in __ceph_tcp_sendpage()
580 int offset, size_t size, bool more) in ceph_tcp_sendpage() argument
588 return __ceph_tcp_sendpage(sock, page, offset, size, more); in ceph_tcp_sendpage()
592 ret = ceph_tcp_sendmsg(sock, &iov, 1, size, more); in ceph_tcp_sendpage()
2453 more: in try_write()
2514 goto more; in try_write()
2518 goto more; in try_write()
[all …]
/net/netlabel/
DKconfig11 protocols such as CIPSO and RIPSO. For more information see
/net/sched/
DKconfig26 That package also contains some documentation; for more, check out
54 See the top of <file:net/sched/sch_cbq.c> for more details.
95 See the top of <file:net/sched/sch_atm.c> for more details.
124 See the top of <file:net/sched/sch_red.c> for more details.
135 See the top of <file:net/sched/sch_sfb.c> for more details.
146 See the top of <file:net/sched/sch_sfq.c> for more details.
158 See the top of <file:net/sched/sch_teql.c> for more details.
169 See the top of <file:net/sched/sch_tbf.c> for more details.
303 For more information, please see
339 For more information, please refer to http://wiki.xensource.com/xenwiki/Remus
/net/9p/
DKconfig12 See <http://v9fs.sf.net> for more information.
/net/irda/
DKconfig15 some user-space utilities like irattach. For more information, see
66 this option will make the IrDA stack send more packet than strictly
Dirttp.c1683 int more = 0; in irttp_run_rx_queue() local
1697 more = skb->data[0] & 0x80; in irttp_run_rx_queue()
1719 if (more) { in irttp_run_rx_queue()
/net/vmw_vsock/
DKconfig12 You should also select one or more hypervisor-specific transports
/net/
DKconfig131 a "proxy-based" one, is more secure but more intrusive and more
132 bothersome to set up; it inspects the network traffic much more
188 If you say N the more unusual ones will not be shown and the
/net/8021q/
DKconfig13 See the VLAN web page for more information:
/net/netfilter/ipvs/
DKconfig10 virtual server based on cluster of two or more real servers. This
19 thus load balancing can be achieved among the servers. For more
129 with higher weights get more connections than those with less
253 allow destinations to receive more connections, the table is
/net/decnet/
DKconfig42 See <file:Documentation/networking/decnet.txt> for more information.
/net/dccp/ccids/
DKconfig23 throughput over time compared with TCP, which makes CCID-3 more
/net/bluetooth/
DKconfig40 more information, see <http://www.bluez.org/>.
/net/ax25/
DKconfig11 and more specifically about AX.25 on Linux
62 be enabled at runtime. For more about DAMA see
/net/bridge/
DKconfig21 for location. Please read the Bridge mini-HOWTO for more
/net/openvswitch/
DKconfig23 See http://openvswitch.org for more information and userspace
/net/wireless/
DKconfig26 For more information refer to documentation on the wireless wiki:
70 For more information on cfg80211 regulatory refer to the wireless
/net/ipv6/
Dip6_fib.c1652 int more; member
1672 gc_args.more++; in fib6_age()
1693 gc_args.more++; in fib6_age()
1714 gc_args.more = icmp6_dst_gc(); in fib6_run_gc()
1720 if (gc_args.more) in fib6_run_gc()
/net/ipx/
DKconfig24 mars_nwe from <ftp://www.compu-art.de/mars_nwe/>. For more

12