Searched refs:tcp_ao_compute_sne (Results 1 – 2 of 2) sorted by relevance
/linux/net/ipv4/ |
H A 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/Documentation/networking/ |
H A D | tcp_ao.rst | 425 tcp_ao_compute_sne() is called for each TCP-AO segment. It compares SEQ numbers
|