Home
last modified time | relevance | path

Searched refs:trace_ao_event_expect (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/net/tcp_ao/
H A Drestore.c211 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 Dconnect-deny.c224 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 Dself-connect.c168 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 Dunsigned-md5.c692 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 Dkey-management.c1016 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 Daolib.h718 static inline void trace_ao_event_expect(enum trace_events type, in trace_ao_event_expect() function