Home
last modified time | relevance | path

Searched refs:rnext_keyid (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/net/tcp_ao/
H A Dkey-management.c142 static int test_set_key(int sk, int current_keyid, int rnext_keyid) in test_set_key() argument
151 if (rnext_keyid >= 0) { in test_set_key()
153 ao_info.rnext = (uint8_t)rnext_keyid; in test_set_key()
163 if (rnext_keyid >= 0 && ao_info.rnext != (uint8_t)rnext_keyid) in test_set_key()
550 int current_keyid, int rnext_keyid) in verify_current_rnext() argument
568 if (rnext_keyid >= 0) { in verify_current_rnext()
571 else if (ao_info.rnext != rnext_keyid) in verify_current_rnext()
573 tst, rnext_keyid, ao_info.rnext); in verify_current_rnext()
/linux/net/ipv4/
H A Dtcp_ao.c772 -1, aoh->rnext_keyid); in tcp_ao_prepare_reset()
797 *key = tcp_ao_established_key(sk, ao_info, aoh->rnext_keyid, -1); in tcp_ao_prepare_reset()
896 treq->ao_keyid = aoh->rnext_keyid; in tcp_ao_syncookie()
915 aoh->rnext_keyid, maclen); in tcp_ao_verify_hash()
931 aoh->rnext_keyid, maclen); in tcp_ao_verify_hash()
962 aoh->rnext_keyid, maclen); in tcp_inbound_ao_hash()
1002 if (unlikely(aoh->rnext_keyid != current_key->sndid)) { in tcp_inbound_ao_hash()
1004 aoh->rnext_keyid, in tcp_inbound_ao_hash()
1007 key = tcp_ao_established_key(sk, info, aoh->rnext_keyid, -1); in tcp_inbound_ao_hash()
1072 aoh->rnext_keyid, maclen); in tcp_inbound_ao_hash()
H A Dtcp_ipv4.c706 (aoh->rnext_keyid << 8) | keyid); in tcp_v4_ao_sign_reset()
1066 aoh->rnext_keyid, -1);
1126 aoh->rnext_keyid, -1);
H A Dtcp.c5016 rnext = aoh->rnext_keyid; in tcp_inbound_hash()
H A Dtcp_input.c7763 tcp_rsk(req)->ao_keyid = aoh->rnext_keyid; in tcp_conn_request()
/linux/include/net/
H A Dtcp_ao.h19 u8 rnext_keyid; member
/linux/net/ipv6/
H A Dtcp_ipv6.c1142 aoh->rnext_keyid, -1);
1199 AF_INET6, aoh->rnext_keyid, -1);