Searched refs:disn (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 43 tmp->ctx.disn = disn; 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() 66 __be32 disn, bool send) 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/net/ipv4/ |
| H A D | tcp_ao.c | 365 tmp->ctx.disn = disn; in tcp_v4_ao_calc_key() 416 __be32 sisn, __be32 disn) in tcp_v4_ao_calc_key_skb() argument 746 __be32 disn, sisn; in tcp_ao_prepare_reset() local 756 disn = 0; in tcp_ao_prepare_reset() 780 sisn, disn, family)) in tcp_ao_prepare_reset() 824 __be32 disn; in tcp_ao_transmit_skb() local 827 disn = 0; in tcp_ao_transmit_skb() 833 disn = ao->risn; in tcp_ao_transmit_skb() 953 __be32 sisn, disn; in tcp_inbound_ao_hash() local 968 disn = 0; in tcp_inbound_ao_hash() [all …]
|
| /linux-6.15/include/net/ |
| H A D | tcp_ao.h | 160 __be32 disn; member 169 __be32 disn; member 228 __be32 sisn, __be32 disn, bool send); 242 const struct sk_buff *skb, __be32 sisn, __be32 disn); 245 __be32 disn, bool send);
|
| H A D | tcp.h | 2330 __be32 sisn, __be32 disn, bool send);
|