/net/tipc/ |
D | trace.h | 129 int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf); 130 int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf); 133 int tipc_node_dump(struct tipc_node *n, bool more, char *buf); 138 TP_PROTO(struct sk_buff *skb, bool more, const char *header), 140 TP_ARGS(skb, more, header), 144 __dynamic_array(char, buf, (more) ? SKB_LMAX : SKB_LMIN) 149 tipc_skb_dump(skb, more, __get_str(buf)); 157 TP_PROTO(struct sk_buff *skb, bool more, const char *header), \ 158 TP_ARGS(skb, more, header)) 165 TP_PROTO(struct sk_buff_head *list, bool more, const char *header), [all …]
|
D | trace.c | 53 int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf) in tipc_skb_dump() argument 56 size_t sz = (more) ? SKB_LMAX : SKB_LMIN; in tipc_skb_dump() 128 if (!more) in tipc_skb_dump() 166 int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf) in tipc_list_dump() argument 169 size_t sz = (more) ? LIST_LMAX : LIST_LMIN; in tipc_list_dump() 184 if (!more) { in tipc_list_dump()
|
D | core.h | 179 static inline int more(u16 left, u16 right) in more() function 191 return !less(val, min) && !more(val, max); in in_range()
|
D | link.c | 383 if (more(l->snd_nxt, l->rcv_nxt)) in link_bc_rcv_gap() 1148 if (more(msg_seqno(hdr), to)) in tipc_link_bc_retrans() 1334 if (more(buf_seqno(skb), acked)) in tipc_link_release_pkts() 1362 if (unlikely(more(seqno, expect))) { in tipc_build_gap_ack_blks() 1561 if (unlikely(less(seqno, rcv_nxt) || more(seqno, win_lim))) { in tipc_link_rcv() 1910 return more(session, curr_session); in tipc_link_validate_msg() 2066 if (more(peers_snd_nxt, rcv_nxt) && !tipc_link_is_synching(l)) in tipc_link_proto_rcv() 2186 if (more(peers_snd_nxt, l->rcv_nxt + l->window)) in tipc_link_bc_sync_rcv() 2201 if (!more(peers_snd_nxt, l->rcv_nxt)) { in tipc_link_bc_sync_rcv() 2234 if (!more(acked, l->acked)) in tipc_link_bc_ack_rcv() [all …]
|
D | Kconfig | 15 For more information about TIPC, see http://tipc.sourceforge.net.
|
D | monitor.c | 474 if (more(acked_gen, state->acked_gen)) in tipc_mon_rcv() 478 if (!more(new_gen, state->peer_gen) && !probing) in tipc_mon_rcv() 490 if (!more(new_gen, state->peer_gen)) in tipc_mon_rcv()
|
/net/rds/ |
D | tcp_send.c | 82 int more; in rds_tcp_xmit() local 119 more = rm->data.op_nents > 1 ? (MSG_MORE | MSG_SENDPAGE_NOTLAST) : 0; in rds_tcp_xmit() 121 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | more; in rds_tcp_xmit() 141 more = 0; in rds_tcp_xmit()
|
/net/rxrpc/ |
D | sendmsg.c | 270 bool more; in rxrpc_send_data() local 281 more = msg->msg_flags & MSG_MORE; in rxrpc_send_data() 286 if (!more && len != call->tx_total_len) in rxrpc_send_data() 323 if (chunk > msg_data_left(msg) && !more) in rxrpc_send_data() 395 (msg_data_left(msg) == 0 && !more)) { in rxrpc_send_data() 416 if (msg_data_left(msg) == 0 && !more) in rxrpc_send_data() 428 !msg_data_left(msg) && !more, in rxrpc_send_data()
|
/net/netrom/ |
D | nr_in.c | 29 static int nr_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) in nr_queue_rx_frame() argument 38 if (more) { in nr_queue_rx_frame() 44 if (!more && nr->fraglen > 0) { /* End of fragment */ in nr_queue_rx_frame()
|
/net/ceph/ |
D | messenger.c | 550 size_t kvlen, size_t len, bool more) in ceph_tcp_sendmsg() argument 555 if (more) in ceph_tcp_sendmsg() 570 int offset, size_t size, int more) in ceph_tcp_sendpage() argument 574 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | more; in ceph_tcp_sendpage() 1564 int more = MSG_MORE | MSG_SENDPAGE_NOTLAST; in write_partial_message_data() local 1594 more = MSG_MORE; in write_partial_message_data() 1596 more); in write_partial_message_data() 1626 int more = MSG_MORE | MSG_SENDPAGE_NOTLAST; in write_partial_skip() local 1634 more = MSG_MORE; in write_partial_skip() 1635 ret = ceph_tcp_sendpage(con->sock, zero_page, 0, size, more); in write_partial_skip() [all …]
|
/net/x25/ |
D | x25_in.c | 32 static int x25_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) in x25_queue_rx_frame() argument 37 if (more) { in x25_queue_rx_frame() 44 if (!more && x25->fraglen > 0) { /* End of fragment */ in x25_queue_rx_frame()
|
D | Kconfig | 20 You can read more about X.25 at <http://www.sangoma.com/tutorials/x25/> and
|
/net/sched/ |
D | Kconfig | 28 also contains some documentation; for more, check out 56 See the top of <file:net/sched/sch_cbq.c> for more details. 97 See the top of <file:net/sched/sch_atm.c> for more details. 126 See the top of <file:net/sched/sch_red.c> for more details. 137 See the top of <file:net/sched/sch_sfb.c> for more details. 148 See the top of <file:net/sched/sch_sfq.c> for more details. 160 See the top of <file:net/sched/sch_teql.c> for more details. 171 See the top of <file:net/sched/sch_tbf.c> for more details. 182 See the top of <file:net/sched/sch_cbs.c> for more details. 193 See the top of <file:net/sched/sch_etf.c> for more details. [all …]
|
/net/netlabel/ |
D | Kconfig | 13 protocols such as CIPSO and RIPSO. For more information see
|
/net/netfilter/ipvs/ |
D | Kconfig | 11 virtual server based on cluster of two or more real servers. This 20 thus load balancing can be achieved among the servers. For more 131 with higher weights get more connections than those with less 285 allow destinations to receive more connections, the table is 303 receive more connections, the table is assigned an amount
|
/net/9p/ |
D | Kconfig | 13 See <http://v9fs.sf.net> for more information.
|
/net/batman-adv/ |
D | Kconfig | 18 https://www.open-mesh.org/ for more information and user space 44 more than one mesh node in the same LAN, you can safely remove
|
/net/ |
D | Kconfig | 128 a "proxy-based" one, is more secure but more intrusive and more 129 bothersome to set up; it inspects the network traffic much more 178 If you say N the more unusual ones will not be shown and the
|
/net/8021q/ |
D | Kconfig | 14 See the VLAN web page for more information:
|
/net/dccp/ccids/ |
D | Kconfig | 24 throughput over time compared with TCP, which makes CCID-3 more
|
/net/ax25/ |
D | Kconfig | 12 and more specifically about AX.25 on Linux 63 be enabled at runtime. For more about DAMA see
|
/net/decnet/ |
D | Kconfig | 43 See <file:Documentation/networking/decnet.txt> for more information.
|
/net/vmw_vsock/ |
D | Kconfig | 13 You should also select one or more hypervisor-specific transports
|
/net/bridge/ |
D | Kconfig | 22 for location. Please read the Bridge mini-HOWTO for more
|
/net/openvswitch/ |
D | Kconfig | 33 See http://openvswitch.org for more information and userspace
|