Searched refs:rnext_keyid (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | key-management.c | 142 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 D | tcp_ao.c | 771 -1, aoh->rnext_keyid); in tcp_ao_prepare_reset() 796 *key = tcp_ao_established_key(sk, ao_info, aoh->rnext_keyid, -1); in tcp_ao_prepare_reset() 895 treq->ao_keyid = aoh->rnext_keyid; in tcp_ao_syncookie() 914 aoh->rnext_keyid, maclen); in tcp_ao_verify_hash() 930 aoh->rnext_keyid, maclen); in tcp_ao_verify_hash() 961 aoh->rnext_keyid, maclen); in tcp_inbound_ao_hash() 1001 if (unlikely(aoh->rnext_keyid != current_key->sndid)) { in tcp_inbound_ao_hash() 1003 aoh->rnext_keyid, in tcp_inbound_ao_hash() 1006 key = tcp_ao_established_key(sk, info, aoh->rnext_keyid, -1); in tcp_inbound_ao_hash() 1071 aoh->rnext_keyid, maclen); in tcp_inbound_ao_hash()
|
| H A D | tcp.c | 4954 rnext = aoh->rnext_keyid; in tcp_inbound_hash()
|
| H A D | tcp_input.c | 7525 tcp_rsk(req)->ao_keyid = aoh->rnext_keyid; in tcp_conn_request()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 1141 aoh->rnext_keyid, -1); in tcp_v6_send_reset() 1198 AF_INET6, aoh->rnext_keyid, -1);
|