Home
last modified time | relevance | path

Searched refs:start_seq (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.1/net/netfilter/
Dnf_conntrack_seqadj.c86 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-v6.1/net/ipv4/
Dtcp_input.c989 static u32 tcp_dsack_seen(struct tcp_sock *tp, u32 start_seq, in tcp_dsack_seen() argument
994 if (!before(start_seq, end_seq)) in tcp_dsack_seen()
997 seq_len = end_seq - start_seq; in tcp_dsack_seen()
1213 u32 start_seq, u32 end_seq) in tcp_is_sackblock_valid() argument
1216 if (after(end_seq, tp->snd_nxt) || !before(start_seq, end_seq)) in tcp_is_sackblock_valid()
1220 if (!before(start_seq, tp->snd_nxt)) in tcp_is_sackblock_valid()
1226 if (after(start_seq, tp->snd_una)) in tcp_is_sackblock_valid()
1236 if (!before(start_seq, tp->undo_marker)) in tcp_is_sackblock_valid()
1246 return !before(start_seq, end_seq - tp->max_window); in tcp_is_sackblock_valid()
1254 u32 start_seq_0 = get_unaligned_be32(&sp[0].start_seq); in tcp_check_dsack()
[all …]
Dtcp_output.c671 *ptr++ = htonl(sp[this_sack].start_seq); in tcp_options_write()
Dtcp.c3170 tp->duplicate_sack[0].start_seq = 0; in tcp_disconnect()
/Linux-v6.1/drivers/media/radio/si4713/
Dradio-usb-si4713.c211 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-v6.1/drivers/infiniband/hw/qib/
Dqib_twsi.c224 static void start_seq(struct qib_devdata *dd) in start_seq() function
333 start_seq(dd); in qib_twsi_wr()
/Linux-v6.1/include/linux/
Dtcp.h98 __be32 start_seq; member
103 u32 start_seq; member
/Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dampdu.c845 u16 seq, start_seq = 0, bindex, index, mcl; in brcms_c_ampdu_dotxstatus_complete() local
871 start_seq = txs->sequence >> SEQNUM_SHIFT; in brcms_c_ampdu_dotxstatus_complete()
947 bindex = MODSUB_POW2(seq, start_seq, SEQNUM_MAX); in brcms_c_ampdu_dotxstatus_complete()
954 tid, seq, start_seq, bindex, in brcms_c_ampdu_dotxstatus_complete()
/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dhal_rx.c700 u32 start_seq, enum hal_pn_type type) in ath11k_hal_reo_qdesc_setup() argument
749 if (start_seq <= 0xfff) in ath11k_hal_reo_qdesc_setup()
751 start_seq); in ath11k_hal_reo_qdesc_setup()
Dhal.h915 u32 start_seq, enum hal_pn_type type);
Ddp.h1359 u16 start_seq; member
/Linux-v6.1/kernel/printk/
Dprintk.c1454 static u64 find_first_fitting_seq(u64 start_seq, u64 max_seq, size_t size, in find_first_fitting_seq() argument
1463 prb_for_each_info(start_seq, prb, seq, &info, &line_count) { in find_first_fitting_seq()
1482 prb_for_each_info(start_seq, prb, seq, &info, &line_count) { in find_first_fitting_seq()
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c3437 u16 start_seq; in issue_action_BA() local
3517 start_seq = (psta->sta_xmitpriv.txseq_tid[status & 0x07]&0xfff) + 1; in issue_action_BA()
3519 psta->BA_starting_seqctrl[status & 0x07] = start_seq; in issue_action_BA()
3521 BA_starting_seqctrl = start_seq << 4; in issue_action_BA()
/Linux-v6.1/net/sched/
Dsch_cake.c1023 u32 start_a = get_unaligned_be32(&sack_a->start_seq); in cake_tcph_sack_compare()
1035 u32 start_b = get_unaligned_be32(&sack_tmp->start_seq); in cake_tcph_sack_compare()
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c5476 u16 start_seq; in issue_action_BA() local
5530 start_seq = (psta->sta_xmitpriv.txseq_tid[status & 0x07] & 0xfff) + 1; in issue_action_BA()
5532 psta->BA_starting_seqctrl[status & 0x07] = start_seq; in issue_action_BA()
5534 BA_starting_seqctrl = start_seq << 4; in issue_action_BA()
/Linux-v6.1/sound/soc/codecs/
Dwm_adsp.c113 __be32 start_seq; member