Searched refs:tcp_ao_hash_skb (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/net/ipv6/ |
D | tcp_ao.c | 138 return tcp_ao_hash_skb(AF_INET6, ao_hash, key, sk, skb, tkey, in tcp_v6_ao_hash_skb() 163 err = tcp_ao_hash_skb(AF_INET6, ao_hash, ao_key, req_to_sk(req), skb, in tcp_v6_ao_synack_hash()
|
/linux-6.14.4/include/net/ |
D | tcp_ao.h | 180 int tcp_ao_hash_skb(unsigned short int family,
|
/linux-6.14.4/net/ipv4/ |
D | tcp_ao.c | 621 int tcp_ao_hash_skb(unsigned short int family, in tcp_ao_hash_skb() function 676 return tcp_ao_hash_skb(AF_INET, ao_hash, key, sk, skb, in tcp_v4_ao_hash_skb() 695 err = tcp_ao_hash_skb(AF_INET, ao_hash, ao_key, req_to_sk(req), skb, in tcp_v4_ao_synack_hash() 924 tcp_ao_hash_skb(family, hash_buf, key, sk, skb, traffic_key, in tcp_ao_verify_hash()
|