Searched refs:less (Results 1 – 8 of 8) sorted by relevance
/net/tipc/ |
D | core.h | 197 static inline int less(u16 left, u16 right) in less() function 204 return !less(val, min) && !more(val, max); in in_range()
|
D | link.c | 1201 if (link_is_bc_sndlink(l) && !less(r->acked, msg_seqno(hdr))) in link_retransmit_failure() 1374 if (unlikely(less(seqno, l->drop_point))) { in tipc_link_tnl_rcv() 1456 } else if (unlikely(less(seqno, expect))) { in __tipc_build_gap_ack_blks() 1646 if (less(acked, start)) { in tipc_link_advance_transmq() 1649 } else if (less(acked, end)) { in tipc_link_advance_transmq() 1780 if (unlikely(less(seqno, rcv_nxt) || more(seqno, win_lim))) { in tipc_link_rcv() 2137 return !less(session, curr_session); in tipc_link_validate_msg() 2150 return !less(msg_seqno(hdr), l->rcv_nxt_state); in tipc_link_validate_msg() 2234 if (less(l->session, msg_dest_session(hdr))) in tipc_link_proto_rcv() 2462 if (less(acked, r->acked) || (acked == r->acked && !gap && !ga)) in tipc_link_bc_ack_rcv() [all …]
|
D | group.c | 343 if (grp->bc_ackers && less(m->bc_acked, grp->bc_snd_nxt - 1)) in tipc_group_delete_member() 482 if (!less(bc_seqno, msg_grp_bc_seqno(_hdr))) in tipc_group_sort_msg() 520 if (less(msg_grp_bc_seqno(hdr), m->bc_rcv_nxt)) in tipc_group_filter_msg()
|
D | name_distr.c | 357 if (less(seqno, *rcv_nxt)) { in tipc_named_dequeue()
|
D | msg.c | 824 if (skb_queue_empty(list) || less(seqno, buf_seqno(skb_peek(list)))) { in __tipc_skb_queue_sorted()
|
D | node.c | 1962 if ((usr != LINK_PROTOCOL) && less(oseqno, rcv_nxt)) in tipc_node_check_state() 1986 if (less(syncpt, n->sync_point)) in tipc_node_check_state()
|
/net/netfilter/ipvs/ |
D | Kconfig | 61 not far less than the number of connections per second multiplying 65 should be not far less than 200x200, it is good to set the table 129 new connections first than those with less weights, and servers 130 with higher weights get more connections than those with less
|
/net/ipv4/ |
D | Kconfig | 556 window. TCP Vegas should provide less packet loss, but it is 600 type. TCP Veno cuts down less congestion window in response to random
|