Searched refs:tcp_sock_state (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/net/tcp_ao/ |
| A D | seq-ext.c | 19 static void test_adjust_seqs(struct tcp_sock_state *img, in test_adjust_seqs() 40 static int test_sk_restore(struct tcp_sock_state *img, in test_sk_restore() 69 struct tcp_sock_state img; in server_fn() 177 struct tcp_sock_state img; in client_fn()
|
| A D | restore.c | 111 struct tcp_sock_state *img, in test_get_sk_checkpoint() 138 sockaddr_af *saddr, struct tcp_sock_state *img, in test_sk_restore() 201 struct tcp_sock_state tcp_img; in client_fn()
|
| A D | self-connect.c | 38 struct tcp_sock_state img; in tcp_self_connect()
|
| A D | rst.c | 328 struct tcp_sock_state img; in test_client_passive_rst()
|
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| A D | repair.c | 69 void __test_sock_checkpoint(int sk, struct tcp_sock_state *state, in __test_sock_checkpoint() 164 struct tcp_sock_state *state, in __test_sock_restore() 228 void test_sock_state_free(struct tcp_sock_state *state) in test_sock_state_free()
|
| A D | aolib.h | 595 struct tcp_sock_state { struct 607 extern void __test_sock_checkpoint(int sk, struct tcp_sock_state *state, argument 609 static inline void test_sock_checkpoint(int sk, struct tcp_sock_state *state, in test_sock_checkpoint() 616 struct tcp_sock_state *state, 618 static inline void test_sock_restore(int sk, struct tcp_sock_state *state, in test_sock_restore() 629 extern void test_sock_state_free(struct tcp_sock_state *state);
|
Completed in 12 milliseconds