Searched refs:less (Results 1 – 5 of 5) sorted by relevance
/net/netfilter/ipvs/ |
D | Kconfig | 60 not far less than the number of connections per second multiplying 64 should be not far less than 200x200, it is good to set the table 128 new connections first than those with less weights, and servers 129 with higher weights get more connections than those with less
|
/net/tipc/ |
D | bcast.c | 228 if (less(acked, buf_seqno(crs)) || in tipc_bclink_acknowledge() 229 less(bcl->fsm_msg_cnt, acked) || in tipc_bclink_acknowledge() 540 if (less(next_in, seqno)) { in tipc_bclink_recv_pkt()
|
D | link.h | 275 static inline int less(u32 left, u32 right) in less() function
|
D | link.c | 1352 while (buf && less(first, r_q_head)) { in tipc_link_push_packet() 1835 if (less(buf_seqno(*tail), seq_no)) { in tipc_link_defer_pkt() 1852 if (less(seq_no, curr_seqno)) in tipc_link_defer_pkt() 1884 if (less(seq_no, mod(l_ptr->next_in_no))) { in link_handle_out_of_seq_msg() 2325 if (less(msg_seqno(msg), mod(dest_link->next_in_no))) in link_recv_changeover_msg() 2356 if (less(msg_seqno(msg), dest_link->reset_checkpoint)) { in link_recv_changeover_msg()
|
/net/ipv4/ |
D | Kconfig | 535 window. TCP Vegas should provide less packet loss, but it is 563 type. TCP Veno cuts down less congestion window in response to random
|