Searched refs:trace_ao_event_expect (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | restore.c | 211 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_addr, this_ip_dest, in client_fn() 213 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_dest, this_ip_addr, in client_fn() 220 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_addr, this_ip_dest, in client_fn() 222 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_dest, this_ip_addr, in client_fn() 229 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_addr, this_ip_dest, in client_fn() 239 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_dest, this_ip_addr, in client_fn()
|
H A D | connect-deny.c | 224 trace_ao_event_expect(TCP_AO_KEY_NOT_FOUND, this_ip_addr, this_ip_dest, in client_fn() 234 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_addr, this_ip_dest, in client_fn() 239 trace_ao_event_expect(TCP_AO_KEY_NOT_FOUND, this_ip_addr, this_ip_dest, in client_fn() 249 trace_ao_event_expect(TCP_AO_WRONG_MACLEN, this_ip_addr, this_ip_dest, in client_fn() 254 trace_ao_event_expect(TCP_AO_KEY_NOT_FOUND, this_ip_addr, this_ip_dest, in client_fn()
|
H A D | self-connect.c | 168 trace_ao_event_expect(TCP_AO_RNEXT_REQUEST, local_addr, local_addr, in client_fn() 173 trace_ao_event_expect(TCP_AO_RNEXT_REQUEST, local_addr, local_addr, in client_fn() 176 trace_ao_event_expect(TCP_AO_RNEXT_REQUEST, local_addr, local_addr, in client_fn()
|
H A D | unsigned-md5.c | 692 trace_ao_event_expect(TCP_AO_KEY_NOT_FOUND, this_ip_addr, this_ip_dest, in client_fn() 703 trace_ao_event_expect(TCP_AO_KEY_NOT_FOUND, this_ip_addr, this_ip_dest, in client_fn() 716 trace_ao_event_expect(TCP_AO_KEY_NOT_FOUND, this_ip_addr, this_ip_dest, in client_fn() 721 trace_ao_event_expect(TCP_AO_KEY_NOT_FOUND, client3, this_ip_dest, in client_fn()
|
H A D | key-management.c | 1016 trace_ao_event_expect(TCP_AO_RNEXT_REQUEST, this_ip_addr, this_ip_dest, in try_unmatched_keys() 1060 trace_ao_event_expect(TCP_AO_RNEXT_REQUEST, this_ip_dest, this_ip_addr, in check_current_back() 1095 trace_ao_event_expect(TCP_AO_RNEXT_REQUEST, in roll_over_keys()
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | aolib.h | 718 static inline void trace_ao_event_expect(enum trace_events type, in trace_ao_event_expect() function
|