Searched refs:top (Results 1 – 13 of 13) sorted by relevance
/net/dccp/ |
D | qpolicy.c | 72 struct sk_buff* (*top) (struct sock *sk); member 79 .top = qpolicy_simple_top, 85 .top = qpolicy_prio_best_skb, 113 return qpol_table[dccp_sk(sk)->dccps_qpolicy].top(sk); in dccp_qpolicy_top()
|
/net/rxrpc/ |
D | output.c | 78 rxrpc_seq_t hard_ack, top, seq; in rxrpc_fill_out_ack() local 92 top = smp_load_acquire(&call->rx_top); in rxrpc_fill_out_ack() 94 *_top = top; in rxrpc_fill_out_ack() 102 pkt->ack.nAcks = top - hard_ack; in rxrpc_fill_out_ack() 107 if (after(top, hard_ack)) { in rxrpc_fill_out_ack() 116 } while (before_eq(seq, top)); in rxrpc_fill_out_ack() 130 return top - hard_ack + 3; in rxrpc_fill_out_ack() 144 rxrpc_seq_t hard_ack, top; in rxrpc_send_ack_packet() local 187 n = rxrpc_fill_out_ack(conn, call, pkt, &hard_ack, &top, reason); in rxrpc_send_ack_packet()
|
D | recvmsg.c | 179 rxrpc_seq_t hard_ack, top; in rxrpc_rotate_rx_window() local 187 top = smp_load_acquire(&call->rx_top); in rxrpc_rotate_rx_window() 188 ASSERT(before(hard_ack, top)); in rxrpc_rotate_rx_window() 313 rxrpc_seq_t hard_ack, top, seq; in rxrpc_recvmsg_data() local 337 while (top = smp_load_acquire(&call->rx_top), in rxrpc_recvmsg_data() 338 before_eq(seq, top) in rxrpc_recvmsg_data() 742 rxrpc_seq_t hard_ack, top, seq; in rxrpc_kernel_get_reply_time() local 755 top = smp_load_acquire(&call->rx_top); in rxrpc_kernel_get_reply_time() 756 if (after(seq, top)) in rxrpc_kernel_get_reply_time()
|
D | call_event.c | 161 rxrpc_seq_t cursor, seq, top; in rxrpc_resend() local 174 top = call->tx_top; in rxrpc_resend() 175 ASSERT(before_eq(cursor, top)); in rxrpc_resend() 176 if (cursor == top) in rxrpc_resend() 185 for (seq = cursor + 1; before_eq(seq, top); seq++) { in rxrpc_resend() 242 for (seq = cursor + 1; before_eq(seq, top); seq++) { in rxrpc_resend()
|
D | input.c | 308 rxrpc_seq_t top = READ_ONCE(call->tx_top); in rxrpc_receiving_reply() local 322 if (!rxrpc_rotate_tx_window(call, top, &summary)) { in rxrpc_receiving_reply() 323 rxrpc_proto_abort("TXL", call, top); in rxrpc_receiving_reply() 662 rxrpc_seq_t top, bottom, seq; in rxrpc_input_check_for_lost_ack() local 668 top = call->acks_lost_top; in rxrpc_input_check_for_lost_ack() 669 if (before(bottom, top)) { in rxrpc_input_check_for_lost_ack() 670 for (seq = bottom; before_eq(seq, top); seq++) { in rxrpc_input_check_for_lost_ack()
|
/net/xfrm/ |
D | xfrm_replay.c | 432 u32 top = replay_esn->seq; in xfrm_replay_check_esn() local 433 u32 bottom = top - wsize + 1; in xfrm_replay_check_esn() 442 diff = top - seq; in xfrm_replay_check_esn() 444 if (likely(top >= wsize - 1)) { in xfrm_replay_check_esn() 446 if (likely(seq > top) || seq < bottom) in xfrm_replay_check_esn() 450 if (likely(seq > top && seq < bottom)) in xfrm_replay_check_esn() 453 diff = ~seq + top + 1; in xfrm_replay_check_esn()
|
/net/sched/ |
D | Kconfig | 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. 173 See the top of <file:net/sched/sch_taprio.c> for more details. 183 (see the top of <file:net/sched/sch_red.c> for details and 532 Say Y here if you want to use extended matches on top of classifiers
|
/net/bluetooth/bnep/ |
D | Kconfig | 8 emulation layer on top of Bluetooth. BNEP is required for
|
/net/decnet/ |
D | TODO | 31 the full scheme is still worth implementing, its not not top of my list
|
/net/sctp/ |
D | Kconfig | 19 "SCTP is a reliable transport protocol operating on top of a
|
/net/ax25/ |
D | Kconfig | 84 NET/ROM is a network layer protocol on top of AX.25 useful for
|
/net/ipv4/ |
D | Kconfig | 10 intend to participate in the MBONE, a high bandwidth network on top 227 MBONE, a high bandwidth network on top of the Internet which carries 315 on top.
|
/net/ipv6/ |
D | Kconfig | 149 on top.
|