Searched refs:less (Results 1 – 10 of 10) sorted by relevance
| /net/tipc/ |
| A D | core.h | 194 static inline int less(u16 left, u16 right) in less() function 201 return !less(val, min) && !more(val, max); in tipc_in_range()
|
| A D | link.c | 1215 if (link_is_bc_sndlink(l) && !less(r->acked, msg_seqno(hdr))) in link_retransmit_failure() 1389 if (unlikely(less(seqno, l->drop_point))) { in tipc_link_tnl_rcv() 1471 } else if (unlikely(less(seqno, expect))) { in __tipc_build_gap_ack_blks() 1661 if (less(acked, start)) { in tipc_link_advance_transmq() 1664 } else if (less(acked, end)) { in tipc_link_advance_transmq() 1795 if (unlikely(less(seqno, rcv_nxt) || more(seqno, win_lim))) { in tipc_link_rcv() 2153 return !less(session, curr_session); in tipc_link_validate_msg() 2166 return !less(msg_seqno(hdr), l->rcv_nxt_state); in tipc_link_validate_msg() 2253 if (less(l->session, msg_dest_session(hdr))) in tipc_link_proto_rcv() 2481 if (less(acked, r->acked) || (acked == r->acked && !gap && !ga)) in tipc_link_bc_ack_rcv() [all …]
|
| A D | group.c | 344 if (grp->bc_ackers && less(m->bc_acked, grp->bc_snd_nxt - 1)) in tipc_group_delete_member() 483 if (!less(bc_seqno, msg_grp_bc_seqno(_hdr))) in tipc_group_sort_msg() 521 if (less(msg_grp_bc_seqno(hdr), m->bc_rcv_nxt)) in tipc_group_filter_msg()
|
| A D | name_distr.c | 347 if (less(seqno, *rcv_nxt)) { in tipc_named_dequeue()
|
| A D | msg.c | 828 if (skb_queue_empty(list) || less(seqno, buf_seqno(skb_peek(list)))) { in __tipc_skb_queue_sorted()
|
| A D | node.c | 1991 if ((usr != LINK_PROTOCOL) && less(oseqno, rcv_nxt)) in tipc_node_check_state() 2015 if (less(syncpt, n->sync_point)) in tipc_node_check_state()
|
| /net/netfilter/ipvs/ |
| A D | Kconfig | 62 It is good to set the table size not far less than the number of 67 less than 200x200, it is good to set the table size 32768 (2**15). 130 new connections first than those with less weights, and servers 131 with higher weights get more connections than those with less
|
| /net/dsa/ |
| A D | Kconfig | 131 this mode, less TCAM resources (VCAP IS1, IS2, ES0) are available for
|
| /net/ipv4/ |
| A D | Kconfig | 555 window. TCP Vegas should provide less packet loss, but it is 599 type. TCP Veno cuts down less congestion window in response to random
|
| /net/netfilter/ |
| A D | Kconfig | 105 This is a simpler but less flexible logging method compared to
|
Completed in 28 milliseconds