Searched refs:tcp_ao_hash_skb (Results 1 – 2 of 2) sorted by relevance
/linux/net/ipv6/ |
H A 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/net/ipv4/ |
H A 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()
|