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