Searched refs:start_seq (Results 1 – 11 of 11) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nf_conntrack_seqadj.c | 86 if (after(ntohl(sack->start_seq) - seq->offset_before, in nf_ct_sack_block_adjust() 88 new_start_seq = htonl(ntohl(sack->start_seq) - in nf_ct_sack_block_adjust() 91 new_start_seq = htonl(ntohl(sack->start_seq) - in nf_ct_sack_block_adjust() 103 ntohl(sack->start_seq), ntohl(new_start_seq), in nf_ct_sack_block_adjust() 107 sack->start_seq, new_start_seq, false); in nf_ct_sack_block_adjust() 110 sack->start_seq = new_start_seq; in nf_ct_sack_block_adjust()
|
| /linux/net/ipv4/ |
| H A D | tcp_input.c | 1215 static u32 tcp_dsack_seen(struct tcp_sock *tp, u32 start_seq, in tcp_dsack_seen() argument 1220 if (!before(start_seq, end_seq)) in tcp_dsack_seen() 1223 seq_len = end_seq - start_seq; in tcp_dsack_seen() 1430 u32 start_seq, u32 end_seq) in tcp_is_sackblock_valid() argument 1433 if (after(end_seq, tp->snd_nxt) || !before(start_seq, end_seq)) in tcp_is_sackblock_valid() 1437 if (!before(start_seq, tp->snd_nxt)) in tcp_is_sackblock_valid() 1443 if (after(start_seq, tp->snd_una)) in tcp_is_sackblock_valid() 1453 if (!before(start_seq, tp->undo_marker)) in tcp_is_sackblock_valid() 1463 return !before(start_seq, end_seq - tp->max_window); in tcp_is_sackblock_valid() 1471 u32 start_seq_0 = get_unaligned_be32(&sp[0].start_seq); in tcp_check_dsack() [all …]
|
| H A D | tcp_output.c | 762 *ptr++ = htonl(sp[this_sack].start_seq); in tcp_options_write()
|
| H A D | tcp.c | 3449 tp->duplicate_sack[0].start_seq = 0; in tcp_disconnect()
|
| /linux/drivers/media/radio/si4713/ |
| H A D | radio-usb-si4713.c | 211 static const struct si4713_start_seq_table start_seq[] = { variable 247 for (i = 0; i < ARRAY_SIZE(start_seq); i++) { in si4713_start_seq() 248 int len = start_seq[i].len; in si4713_start_seq() 249 const u8 *payload = start_seq[i].payload; in si4713_start_seq()
|
| /linux/kernel/printk/ |
| H A D | printk.c | 1537 static u64 find_first_fitting_seq(u64 start_seq, u64 max_seq, size_t size, in find_first_fitting_seq() argument 1546 prb_for_each_info(start_seq, prb, seq, &info, &line_count) { in find_first_fitting_seq() 1565 prb_for_each_info(start_seq, prb, seq, &info, &line_count) { in find_first_fitting_seq()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | dp.h | 1352 u16 start_seq; member
|
| H A D | mac.c | 8043 u16 start_seq, u8 seq) in ath11k_mac_get_seg_freq() argument 8064 return seg_seq + start_seq; in ath11k_mac_get_seg_freq()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme_ext.c | 3428 u16 start_seq; in issue_action_BA() local 3508 start_seq = (psta->sta_xmitpriv.txseq_tid[status & 0x07] % 4096u) + 1; in issue_action_BA() 3510 psta->BA_starting_seqctrl[status & 0x07] = start_seq; in issue_action_BA() 3512 BA_starting_seqctrl = start_seq << 4; in issue_action_BA()
|
| /linux/net/sched/ |
| H A D | sch_cake.c | 1070 u32 start_a = get_unaligned_be32(&sack_a->start_seq); in cake_tcph_sack_compare() 1082 u32 start_b = get_unaligned_be32(&sack_tmp->start_seq); in cake_tcph_sack_compare()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 11480 u16 start_seq, u8 seq) in ath12k_mac_get_seg_freq() argument 11498 return seg_seq + start_seq; in ath12k_mac_get_seg_freq()
|