| /net/tipc/ |
| A D | trace.h | 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)); 158 TP_ARGS(skb, more, header)) 167 TP_ARGS(list, more, header), 171 __dynamic_array(char, buf, (more) ? LIST_LMAX : LIST_LMIN) 176 tipc_list_dump(list, more, __get_str(buf)); 185 TP_ARGS(list, more, header)) 331 TP_ARGS(n, more, header), 342 tipc_node_dump(n, more, __get_str(buf)); [all …]
|
| A 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()
|
| A D | core.h | 189 static inline int more(u16 left, u16 right) in more() function 201 return !less(val, min) && !more(val, max); in tipc_in_range()
|
| A D | link.c | 406 if (more(l->snd_nxt, l->rcv_nxt)) in link_bc_rcv_gap() 1462 if (unlikely(more(seqno, expect))) { in __tipc_build_gap_ack_blks() 1586 if (!more(seqno, r->acked)) in tipc_link_advance_transmq() 1589 while (more(seqno, end)) { in tipc_link_advance_transmq() 1596 WARN_ONCE(more(start, end) || in tipc_link_advance_transmq() 1795 if (unlikely(less(seqno, rcv_nxt) || more(seqno, win_lim))) { in tipc_link_rcv() 2148 return more(session, curr_session); in tipc_link_validate_msg() 2309 more(peers_snd_nxt, rcv_nxt) && in tipc_link_proto_rcv() 2427 if (more(peers_snd_nxt, l->rcv_nxt + l->window)) in tipc_link_bc_sync_rcv() 2440 if (!more(peers_snd_nxt, l->rcv_nxt)) { in tipc_link_bc_sync_rcv() [all …]
|
| A D | Kconfig | 16 For more information about TIPC, see http://tipc.sourceforge.net.
|
| A D | monitor.c | 515 if (more(acked_gen, state->acked_gen)) in tipc_mon_rcv() 519 if (!more(new_gen, state->peer_gen) && !probing) in tipc_mon_rcv() 531 if (!more(new_gen, state->peer_gen)) in tipc_mon_rcv()
|
| /net/ceph/ |
| A D | messenger_v1.c | 66 if (more) in ceph_tcp_sendmsg() 1330 more: in ceph_con_v1_try_read() 1373 goto more; in ceph_con_v1_try_read() 1388 goto more; in ceph_con_v1_try_read() 1433 goto more; in ceph_con_v1_try_read() 1437 goto more; in ceph_con_v1_try_read() 1449 goto more; in ceph_con_v1_try_read() 1455 goto more; in ceph_con_v1_try_read() 1504 more: in ceph_con_v1_try_write() 1545 goto more; in ceph_con_v1_try_write() [all …]
|
| /net/netrom/ |
| A 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/rxrpc/ |
| A D | sendmsg.c | 330 bool more = msg->msg_flags & MSG_MORE; in rxrpc_send_data() local 383 if (!more && len - copied != call->tx_total_len) in rxrpc_send_data() 407 remain = more ? INT_MAX : msg_data_left(msg); in rxrpc_send_data() 441 (msg_data_left(msg) == 0 && !more)) { in rxrpc_send_data() 442 if (msg_data_left(msg) == 0 && !more) in rxrpc_send_data()
|
| /net/sched/ |
| A D | Kconfig | 28 also contains some documentation; for more, check out 95 See the top of <file:net/sched/sch_red.c> for more details. 106 See the top of <file:net/sched/sch_sfb.c> for more details. 117 See the top of <file:net/sched/sch_sfq.c> for more details. 129 See the top of <file:net/sched/sch_teql.c> for more details. 140 See the top of <file:net/sched/sch_tbf.c> for more details. 151 See the top of <file:net/sched/sch_cbs.c> for more details. 162 See the top of <file:net/sched/sch_etf.c> for more details. 179 See the top of <file:net/sched/sch_taprio.c> for more details. 327 For more information, please see https://tools.ietf.org/html/rfc8033 [all …]
|
| /net/ |
| A D | Kconfig | 109 For more information on KUnit and unit tests in general, refer 174 a "proxy-based" one, is more secure but more intrusive and more 175 bothersome to set up; it inspects the network traffic much more 224 If you say N the more unusual ones will not be shown and the 297 Having more fragments per skb_shared_info can help GRO efficiency.
|
| /net/netlabel/ |
| A D | Kconfig | 13 protocols such as CIPSO and RIPSO. For more information see
|
| /net/batman-adv/ |
| A D | Kconfig | 17 https://www.open-mesh.org/ for more information and user space 43 more than one mesh node in the same LAN, you can safely remove
|
| /net/netfilter/ipvs/ |
| A 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 296 allow destinations to receive more connections, the table is 314 receive more connections, the table is assigned an amount
|
| /net/x25/ |
| A 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()
|
| /net/mptcp/ |
| A D | Kconfig | 34 For more information on KUnit and unit tests in general please refer
|
| /net/8021q/ |
| A D | Kconfig | 14 See the VLAN web page for more information:
|
| /net/9p/ |
| A D | Kconfig | 13 See <http://v9fs.sf.net> for more information.
|
| /net/ax25/ |
| A D | Kconfig | 12 and more specifically about AX.25 on Linux 63 be enabled at runtime. For more about DAMA see
|
| /net/vmw_vsock/ |
| A D | Kconfig | 13 You should also select one or more hypervisor-specific transports
|
| /net/openvswitch/ |
| A D | Kconfig | 36 See http://openvswitch.org for more information and userspace
|
| /net/xfrm/ |
| A D | espintcp.c | 216 bool more = flags & MSG_MORE; in espintcp_sendskmsg_locked() local 230 if (sg_is_last(sg) && !more) in espintcp_sendskmsg_locked()
|
| /net/hsr/ |
| A D | Kconfig | 53 For more information on KUnit and unit tests in general please refer
|
| /net/tls/ |
| A D | tls_sw.c | 1850 bool *more) in process_rx_list() argument 1863 goto more; in process_rx_list() 1881 goto more; in process_rx_list() 1886 goto more; in process_rx_list() 1922 more: in process_rx_list() 1923 if (more) in process_rx_list() 1924 *more = true; in process_rx_list()
|
| /net/bridge/ |
| A D | Kconfig | 22 for location. Please read the Bridge mini-HOWTO for more
|