Home
last modified time | relevance | path

Searched refs:aoh (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/net/ipv4/
H A Dtcp_ao.c772 -1, aoh->rnext_keyid); in tcp_ao_prepare_reset()
870 const struct tcp_ao_hdr *aoh; in tcp_ao_syncookie() local
886 if (tcp_parse_auth_options(th, NULL, &aoh) || !aoh) in tcp_ao_syncookie()
895 treq->ao_rcv_next = aoh->keyid; in tcp_ao_syncookie()
896 treq->ao_keyid = aoh->rnext_keyid; in tcp_ao_syncookie()
915 aoh->rnext_keyid, maclen); in tcp_ao_verify_hash()
962 aoh->rnext_keyid, maclen); in tcp_inbound_ao_hash()
982 if (key->rcvid != aoh->keyid) { in tcp_inbound_ao_hash()
1004 aoh->rnext_keyid, in tcp_inbound_ao_hash()
1005 tcp_ao_hdr_maclen(aoh)); in tcp_inbound_ao_hash()
[all …]
H A Dtcp_ipv4.c683 const struct tcp_ao_hdr *aoh, in tcp_v4_ao_sign_reset() argument
705 (aoh->rnext_keyid << 8) | keyid); in tcp_v4_ao_sign_reset()
748 const struct tcp_ao_hdr *aoh; in tcp_v4_send_reset() local
796 if (aoh && tcp_v4_ao_sign_reset(sk, skb, aoh, &arg, &rep.th, rep.opt)) in tcp_v4_send_reset()
1060 const struct tcp_ao_hdr *aoh; local
1067 if (aoh)
1069 aoh->rnext_keyid, -1);
1117 const struct tcp_ao_hdr *aoh; local
1123 if (!aoh)
1129 aoh->rnext_keyid, -1);
[all …]
H A Dtcp.c4844 const struct tcp_ao_hdr *aoh; in tcp_inbound_hash() local
4849 if (tcp_parse_auth_options(th, &md5_location, &aoh)) { in tcp_inbound_hash()
4855 if (tcp_rsk_used_ao(req) != !!aoh) { in tcp_inbound_hash()
4858 if (aoh) { in tcp_inbound_hash()
4859 keyid = aoh->keyid; in tcp_inbound_hash()
4860 rnext = aoh->rnext_keyid; in tcp_inbound_hash()
4861 maclen = tcp_ao_hdr_maclen(aoh); in tcp_inbound_hash()
4878 if (likely(!md5_location && !aoh)) { in tcp_inbound_hash()
4896 if (aoh) in tcp_inbound_hash()
4897 return tcp_inbound_ao_hash(sk, skb, family, req, l3index, aoh); in tcp_inbound_hash()
H A Dtcp_input.c7241 const struct tcp_ao_hdr *aoh; in tcp_conn_request() local
7338 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh)) in tcp_conn_request()
7340 if (aoh) { in tcp_conn_request()
7342 tcp_rsk(req)->ao_rcv_next = aoh->keyid; in tcp_conn_request()
7343 tcp_rsk(req)->ao_keyid = aoh->rnext_keyid; in tcp_conn_request()
/linux-6.15/include/net/
H A Dtcp_ao.h22 static inline u8 tcp_ao_hdr_maclen(const struct tcp_ao_hdr *aoh) in tcp_ao_hdr_maclen() argument
24 return aoh->length - sizeof(struct tcp_ao_hdr); in tcp_ao_hdr_maclen()
204 const struct tcp_ao_hdr *aoh);
215 const struct tcp_ao_hdr *aoh, int l3index, u32 seq,
288 const struct tcp_ao_hdr *aoh) in tcp_inbound_ao_hash() argument
H A Dtcp.h2847 const u8 **md5_hash, const struct tcp_ao_hdr **aoh) in tcp_parse_auth_options() argument
2859 if (aoh) { in tcp_parse_auth_options()
2861 *aoh = NULL; in tcp_parse_auth_options()
2863 *aoh = (struct tcp_ao_hdr *)(ao_tmp - 2); in tcp_parse_auth_options()
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c1021 const struct tcp_ao_hdr *aoh; in tcp_v6_send_reset() local
1104 if (aoh) { in tcp_v6_send_reset()
1108 if (tcp_ao_prepare_reset(sk, skb, aoh, l3index, seq, in tcp_v6_send_reset()
1177 const struct tcp_ao_hdr *aoh; local
1182 if (aoh)
1184 aoh->rnext_keyid, -1);
1230 const struct tcp_ao_hdr *aoh; local
1235 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh))
1237 if (!aoh)
1241 AF_INET6, aoh->rnext_keyid, -1);
[all …]
/linux-6.15/drivers/video/fbdev/sis/
H A Dsis.h467 struct SIS_OH aoh[1]; member
H A Dsis_main.c3227 poh = &poha->aoh[0]; in sisfb_poh_new_node()
3234 memheap->poh_freelist = &poha->aoh[0]; in sisfb_poh_new_node()