Searched refs:rnext_keyid (Results 1 – 7 of 7) 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 | 772 -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 D | tcp_ipv4.c | 706 (aoh->rnext_keyid << 8) | keyid); in tcp_v4_ao_sign_reset() 1066 aoh->rnext_keyid, -1); 1126 aoh->rnext_keyid, -1);
|
| H A D | tcp.c | 5016 rnext = aoh->rnext_keyid; in tcp_inbound_hash()
|
| H A D | tcp_input.c | 7763 tcp_rsk(req)->ao_keyid = aoh->rnext_keyid; in tcp_conn_request()
|
| /linux/include/net/ |
| H A D | tcp_ao.h | 19 u8 rnext_keyid; member
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 1142 aoh->rnext_keyid, -1); 1199 AF_INET6, aoh->rnext_keyid, -1);
|