Searched refs:tcp_ao_compute_sne (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/net/ipv4/ |
D | tcp_ao.c | 494 u32 tcp_ao_compute_sne(u32 next_sne, u32 next_seq, u32 seq) in tcp_ao_compute_sne() function 753 *sne = tcp_ao_compute_sne(0, tcp_rsk(req)->snt_isn, seq); in tcp_ao_prepare_reset() 803 *sne = tcp_ao_compute_sne(READ_ONCE(ao_info->snd_sne), in tcp_ao_prepare_reset() 838 sne = tcp_ao_compute_sne(READ_ONCE(ao->snd_sne), READ_ONCE(tp->snd_una), in tcp_ao_transmit_skb() 992 sne = tcp_ao_compute_sne(info->rcv_sne, tcp_sk(sk)->rcv_nxt, in tcp_inbound_ao_hash() 1034 sne = tcp_ao_compute_sne(0, tcp_rsk(req)->rcv_isn, in tcp_inbound_ao_hash() 1042 sne = tcp_ao_compute_sne(0, ntohl(sisn), in tcp_inbound_ao_hash()
|
/linux-6.14.4/include/net/ |
D | tcp_ao.h | 205 u32 tcp_ao_compute_sne(u32 next_sne, u32 next_seq, u32 seq);
|
/linux-6.14.4/Documentation/networking/ |
D | tcp_ao.rst | 425 tcp_ao_compute_sne() is called for each TCP-AO segment. It compares SEQ numbers
|