Lines Matching refs:aoh
1016 const struct tcp_ao_hdr *aoh; in tcp_v6_send_reset() local
1041 if (tcp_parse_auth_options(th, &md5_hash_location, &aoh)) in tcp_v6_send_reset()
1099 if (aoh) { in tcp_v6_send_reset()
1103 if (tcp_ao_prepare_reset(sk, skb, aoh, l3index, seq, in tcp_v6_send_reset()
1166 const struct tcp_ao_hdr *aoh; local
1169 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh))
1171 if (aoh)
1173 aoh->rnext_keyid, -1);
1219 const struct tcp_ao_hdr *aoh; local
1224 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh))
1226 if (!aoh)
1230 AF_INET6, aoh->rnext_keyid, -1);
1253 key.rcv_next = aoh->keyid;