Searched refs:syz_extract_tcp_res (Results 1 – 5 of 5) sorted by relevance
/external/syzkaller/docs/linux/ |
D | external_fuzzing_network.md | 13 At this moment there are 2 fake syscalls: `syz_emit_ethernet` and `syz_extract_tcp_res`. 29 By using `syz_emit_ethernet` and `syz_extract_tcp_res` the following syzkaller program is able to e… 37 syz_extract_tcp_res(&(0x7f0000003000)={<r1=>0x42424242, <r2=>0x42424242}, 0x1, 0x0) 56 syz_extract_tcp_res(&(0x7f0000002000)={<r1=>0x42424242, <r2=>0x42424242}, 0x1, 0x0)
|
/external/syzkaller/executor/ |
D | syscalls.h | 2783 {"syz_extract_tcp_res", 0, (syscall_t)syz_extract_tcp_res}, 2784 {"syz_extract_tcp_res$synack", 0, (syscall_t)syz_extract_tcp_res}, 4960 {"syz_extract_tcp_res", 0, (syscall_t)syz_extract_tcp_res}, 4961 {"syz_extract_tcp_res$synack", 0, (syscall_t)syz_extract_tcp_res}, 7095 {"syz_extract_tcp_res", 0, (syscall_t)syz_extract_tcp_res}, 7096 {"syz_extract_tcp_res$synack", 0, (syscall_t)syz_extract_tcp_res}, 9204 {"syz_extract_tcp_res", 0, (syscall_t)syz_extract_tcp_res}, 9205 {"syz_extract_tcp_res$synack", 0, (syscall_t)syz_extract_tcp_res}, 11193 {"syz_extract_tcp_res", 0, (syscall_t)syz_extract_tcp_res}, 11194 {"syz_extract_tcp_res$synack", 0, (syscall_t)syz_extract_tcp_res},
|
D | common_linux.h | 422 static long syz_extract_tcp_res(long a0, long a1, long a2) in syz_extract_tcp_res() function
|
/external/syzkaller/sys/linux/ |
D | vnet.txt | 26 syz_extract_tcp_res(res ptr[out, tcp_resources], seq_inc int32, ack_inc int32) 27 syz_extract_tcp_res$synack(res ptr[out, tcp_resources], seq_inc const[1], ack_inc const[0])
|
/external/syzkaller/pkg/csource/ |
D | generated.go | 1021 static long syz_extract_tcp_res(long a0, long a1, long a2)
|