Lines Matching defs:sne
495 u32 sne = next_sne;
499 sne--;
502 sne++;
505 return sne;
510 * @sne - sne value
512 static int tcp_ao_hash_sne(struct tcp_sigpool *hp, u32 sne)
518 *bp = htonl(sne);
563 const struct tcphdr *th, u32 sne)
583 if (tcp_ao_hash_sne(&hp, sne))
623 const u8 *tkey, int hash_offset, u32 sne)
644 if (tcp_ao_hash_sne(&hp, sne))
673 const u8 *tkey, int hash_offset, u32 sne)
676 tkey, hash_offset, sne);
681 int hash_offset, u32 sne)
695 hash_buf, hash_offset, sne);
726 bool *allocated_traffic_key, u8 *keyid, u32 *sne)
752 *sne = tcp_ao_compute_sne(0, tcp_rsk(req)->snt_isn, seq);
802 *sne = tcp_ao_compute_sne(READ_ONCE(ao_info->snd_sne),
817 u32 sne;
837 sne = tcp_ao_compute_sne(READ_ONCE(ao->snd_sne), READ_ONCE(tp->snd_una),
840 hash_location - (u8 *)th, sne);
903 u8 *traffic_key, u8 *phash, u32 sne, int l3index)
924 (phash - (u8 *)th), sne);
955 u32 sne = 0;
991 sne = tcp_ao_compute_sne(info->rcv_sne, tcp_sk(sk)->rcv_nxt,
996 traffic_key, phash, sne, l3index);
1033 sne = tcp_ao_compute_sne(0, tcp_rsk(req)->rcv_isn,
1041 sne = tcp_ao_compute_sne(0, ntohl(sisn),
1063 traffic_key, phash, sne, l3index);