Lines Matching defs:ao_hash
559 int tcp_ao_hash_hdr(unsigned short int family, char *ao_hash,
566 int hash_offset = ao_hash - (char *)th;
601 ao_hash, hash_offset, tcp_ao_maclen(key)))
607 memcpy(ao_hash, hash_buf, tcp_ao_maclen(key));
615 memset(ao_hash, 0, tcp_ao_maclen(key));
621 char *ao_hash, struct tcp_ao_key *key,
650 ao_hash, hash_offset, tcp_ao_maclen(key)))
658 memcpy(ao_hash, hash_buf, tcp_ao_maclen(key));
666 memset(ao_hash, 0, tcp_ao_maclen(key));
671 int tcp_v4_ao_hash_skb(char *ao_hash, struct tcp_ao_key *key,
675 return tcp_ao_hash_skb(AF_INET, ao_hash, key, sk, skb,
679 int tcp_v4_ao_synack_hash(char *ao_hash, struct tcp_ao_key *ao_key,
694 err = tcp_ao_hash_skb(AF_INET, ao_hash, ao_key, req_to_sk(req), skb,