Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 30) sorted by relevance

12

/net/netfilter/
Dnf_conntrack_seqadj.c86 if (after(ntohl(sack->start_seq) - seq->offset_before, in nf_ct_sack_block_adjust()
94 if (after(ntohl(sack->end_seq) - seq->offset_before, in nf_ct_sack_block_adjust()
184 if (after(ntohl(tcph->seq), this_way->correction_pos)) in nf_ct_seq_adjust()
198 if (after(ntohl(tcph->ack_seq) - other_way->offset_before, in nf_ct_seq_adjust()
231 return after(seq, this_way->correction_pos) ? in nf_ct_seq_offset()
Dnf_conntrack_proto_tcp.c450 if (after(tmp, *sack)) in tcp_sack()
563 && after(end, sender->td_end)) { in tcp_in_window()
610 after(end, sender->td_end - receiver->td_maxwin - 1); in tcp_in_window()
616 after(sack, receiver->td_end - MAXACKWINDOW(sender) - 1)); in tcp_in_window()
621 after(sack, receiver->td_end - MAXACKWINDOW(sender) - 1)) { in tcp_in_window()
634 if (after(end, sender->td_end)) { in tcp_in_window()
642 } else if (after(ack, sender->td_maxack)) in tcp_in_window()
649 if (receiver->td_maxwin != 0 && after(end, sender->td_maxend)) in tcp_in_window()
651 if (after(sack + win, receiver->td_maxend - 1)) { in tcp_in_window()
690 after(sack, receiver->td_end - MAXACKWINDOW(sender) - 1) ? "BUG" in tcp_in_window()
Dnf_conntrack_ftp.c368 if (after(nl_seq, info->seq_aft_nl[dir][oldest])) in update_nl_seq()
/net/ipv4/
Dtcp_input.c880 if (after(tp->snd_una, tp->rtt_seq)) { in tcp_rtt_estimator()
1212 if (after(end_seq, tp->snd_nxt) || !before(start_seq, end_seq)) in tcp_is_sackblock_valid()
1222 if (after(start_seq, tp->snd_una)) in tcp_is_sackblock_valid()
1229 if (after(end_seq, tp->snd_una)) in tcp_is_sackblock_valid()
1236 if (!after(end_seq, tp->undo_marker)) in tcp_is_sackblock_valid()
1260 if (after(end_seq_0, end_seq_1) || before(start_seq_0, start_seq_1)) in tcp_check_dsack()
1277 !after(end_seq_0, prior_snd_una) && in tcp_check_dsack()
1278 after(end_seq_0, tp->undo_marker)) in tcp_check_dsack()
1300 in_sack = !after(start_seq, TCP_SKB_CB(skb)->seq) && in tcp_match_skb_to_sack()
1304 after(TCP_SKB_CB(skb)->end_seq, start_seq)) { in tcp_match_skb_to_sack()
[all …]
Dtcp_rate.c88 after(scb->tx.delivered, rs->prior_delivered)) { in tcp_rate_skb_delivered()
117 if (tp->app_limited && after(tp->delivered, tp->app_limited)) in tcp_rate_gen()
Dtcp_minisocks.c37 if (after(end_seq, s_win) && before(seq, e_win)) in tcp_in_window()
131 !after(TCP_SKB_CB(skb)->end_seq, tcptw->tw_rcv_nxt) || in tcp_timewait_state_process()
219 (after(TCP_SKB_CB(skb)->seq, tcptw->tw_rcv_nxt) || in tcp_timewait_state_process()
732 if (tmp_opt.saw_tstamp && !after(TCP_SKB_CB(skb)->seq, tcp_rsk(req)->rcv_nxt)) in tcp_check_req()
Dtcp_cdg.c159 if (after(now_us, ca->round_start + base_owd)) { in tcp_cdg_hystart_update()
272 if (after(ack, ca->rtt_seq) && ca->rtt.v64) { in tcp_cdg_cong_avoid()
Dtcp_cubic.c163 if (after(ca->epoch_start, now)) in bictcp_cwnd_event()
399 if (after(tp->snd_una, ca->end_seq)) in hystart_update()
Dtcp_yeah.c103 if (after(ack, yeah->vegas.beg_snd_nxt)) { in tcp_yeah_cong_avoid()
Dtcp_vegas.c175 if (after(ack, vegas->beg_snd_nxt)) { in tcp_vegas_cong_avoid()
Dtcp_recovery.c7 return t1 > t2 || (t1 == t2 && after(seq1, seq2)); in tcp_rack_sent_after()
Dtcp_illinois.c265 if (after(ack, ca->end_seq)) in tcp_illinois_cong_avoid()
Dtcp_output.c1342 } else if (after(tcb->seq + 0xFFFF, tp->snd_nxt)) { in __tcp_transmit_skb()
1384 if (after(tcb->end_seq, tp->snd_nxt) || tcb->seq == tcb->end_seq) in __tcp_transmit_skb()
1925 return after(tp->snd_sml, tp->snd_una) && in tcp_minshall_check()
1926 !after(tp->snd_sml, tp->snd_nxt); in tcp_minshall_check()
2105 return !after(end_seq, tcp_wnd_end(tp)); in tcp_snd_wnd_test()
2378 if (after(tp->snd_nxt + size_needed, tcp_wnd_end(tp))) in tcp_mtu_probe()
3139 if (after(TCP_SKB_CB(skb)->end_seq, tcp_wnd_end(tp))) in tcp_retrans_try_collapse()
Dtcp_bbr.c911 after(tcp_jiffies32, bbr->probe_rtt_done_stamp))) in bbr_check_probe_rtt_done()
945 filter_expired = after(tcp_jiffies32, in bbr_update_min_rtt()
DKconfig34 at boot time after the /proc file system has been mounted.
300 after the /proc file system has been mounted.
512 congestion window and slow start threshold after a congestion
/net/rxrpc/
Dinput.c518 if (after(seq, hard_ack + call->rx_winsize)) { in rxrpc_input_data()
536 if (after(seq0, call->ackr_highest_seq)) in rxrpc_input_data()
552 if (after(seq, call->rx_top)) { in rxrpc_input_data()
586 if (after(seq, call->rx_expect_next)) { in rxrpc_input_data()
660 if (after(acked_serial, orig_serial)) { in rxrpc_complete_rtt_probe()
826 if (after(first_pkt, base)) in rxrpc_is_ack_valid()
964 after(hard_ack, call->tx_top)) { in rxrpc_input_ack()
973 if (after(hard_ack, call->tx_hard_ack)) { in rxrpc_input_ack()
Drecvmsg.c608 if (after(call->rx_top, call->rx_hard_ack) && in rxrpc_recvmsg()
801 if (after(seq, top)) in rxrpc_kernel_get_reply_time()
Dcall_event.c274 if (after(call->tx_hard_ack, seq)) in rxrpc_resend()
/net/netfilter/ipvs/
Dip_vs_app.c298 if(after(seq, vseq->init_seq)) { in vs_fix_seq()
327 if(after(ack_seq, vseq->init_seq+vseq->delta)) { in vs_fix_ack_seq()
351 if (!(cp->flags & flag) || after(seq, vseq->init_seq)) { in vs_seq_update()
/net/ax25/
DTODO6 A device might be deleted after lookup in the SIOCADDRT ioctl but before it's
/net/netfilter/ipset/
Dpfxlen.c181 if (!after(last, to)) { in ip_set_range_to_cidr()
/net/dsa/
DKconfig48 Broadcom switches which place the tag after the MAC source address.
/net/tls/
Dtls_device.c641 after(info->end_seq, in tls_get_record()
721 if (!after(*seq, req_end) && in tls_device_rx_resync_async()
/net/sched/
Dsch_cake.c1042 if (!after(start_b, start_a) && !before(end_b, end_a)) { in cake_tcph_sack_compare()
1130 if (after(tstamp, tstamp_new) || in cake_tcph_may_drop()
1131 after(tsecr, tsecr_new)) in cake_tcph_may_drop()
1247 after(ntohl(tcph_check->ack_seq), ntohl(tcph->ack_seq))) in cake_ack_filter()
DKconfig677 get attached to classifiers and are invoked after a successful
737 Say Y here to be able to invoke iptables targets after successful
792 Say Y here to update some common checksum after some direct

12