Searched refs:sisn (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/ipv6/ |
| H A D | tcp_ao.c | 20 __be32 sisn, __be32 disn) in tcp_v6_ao_calc_key() argument 42 tmp->ctx.sisn = sisn; in tcp_v6_ao_calc_key() 54 __be32 sisn, __be32 disn) in tcp_v6_ao_calc_key_skb() argument 61 th->dest, sisn, disn); in tcp_v6_ao_calc_key_skb() 65 const struct sock *sk, __be32 sisn, in tcp_v6_ao_calc_key_sk() argument 71 sk->sk_dport, sisn, disn); in tcp_v6_ao_calc_key_sk() 75 htons(sk->sk_num), disn, sisn); in tcp_v6_ao_calc_key_sk()
|
| /linux-6.15/include/net/ |
| H A D | tcp_ao.h | 159 __be32 sisn; member 168 __be32 sisn; member 228 __be32 sisn, __be32 disn, bool send); 242 const struct sk_buff *skb, __be32 sisn, __be32 disn); 244 const struct sock *sk, __be32 sisn,
|
| H A D | tcp.h | 2330 __be32 sisn, __be32 disn, bool send);
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_ao.c | 341 __be32 sisn, __be32 disn) in tcp_v4_ao_calc_key() argument 364 tmp->ctx.sisn = sisn; in tcp_v4_ao_calc_key() 381 sk->sk_dport, sisn, disn); in tcp_v4_ao_calc_key_sk() 416 __be32 sisn, __be32 disn) in tcp_v4_ao_calc_key_skb() argument 746 __be32 disn, sisn; in tcp_ao_prepare_reset() local 755 sisn = th->seq; in tcp_ao_prepare_reset() 780 sisn, disn, family)) in tcp_ao_prepare_reset() 953 __be32 sisn, disn; in tcp_inbound_ao_hash() local 967 sisn = th->seq; in tcp_inbound_ao_hash() 1051 sisn = th->seq; in tcp_inbound_ao_hash() [all …]
|