Home
last modified time | relevance | path

Searched refs:fin (Results 1 – 9 of 9) sorted by relevance

/tools/vm/
Dpage_owner_sort.c33 int read_block(char *buf, int buf_size, FILE *fin) in read_block() argument
37 while (buf_end - curr > 1 && fgets(curr, buf_end - curr, fin)) { in read_block()
90 FILE *fin, *fout; in main() local
102 fin = fopen(argv[1], "r"); in main()
104 if (!fin || !fout) { in main()
110 fstat(fileno(fin), &st); in main()
121 ret = read_block(buf, BUF_SIZE, fin); in main()
/tools/bpf/
Dbpf_dbg.c1318 static void init_shell(FILE *fin, FILE *fout) in init_shell() argument
1325 rl_instream = fin; in init_shell()
1350 static void exit_shell(FILE *fin, FILE *fout) in exit_shell() argument
1362 if (fin != stdin) in exit_shell()
1363 fclose(fin); in exit_shell()
1368 static int run_shell_loop(FILE *fin, FILE *fout) in run_shell_loop() argument
1372 init_shell(fin, fout); in run_shell_loop()
1384 exit_shell(fin, fout); in run_shell_loop()
1390 FILE *fin = NULL, *fout = NULL; in main() local
1393 fin = fopen(argv[1], "r"); in main()
[all …]
/tools/include/uapi/linux/
Dtcp.h33 fin:1, member
51 fin:1; member
/tools/testing/selftests/bpf/progs/
Dtest_misc_tcp_hdr_options.c143 if (th->fin) in check_active_hdr_in()
146 if (th->ack && !th->fin && tcp_hdrlen(th) == skops->skb_len) in check_active_hdr_in()
Dtest_select_reuseport_kern.c116 if (th->fin) in _select_by_skb_data()
Dtest_tcp_hdr_options.c580 if (th->fin) { in handle_parse_hdr()
/tools/testing/selftests/net/
Dgro.c255 int payload_len, int fin) in fill_transportlayer() argument
266 tcph->fin = fin; in fill_transportlayer()
285 int payload_len, int fin) in create_packet() argument
290 payload_len, fin); in create_packet()
773 if (tcph->fin) in check_recv_pkts()
/tools/testing/selftests/bpf/prog_tests/
Dtcp_hdr_options.c412 static void fin(void) in fin() function
569 DEF_TEST(fin),
/tools/testing/selftests/netfilter/
Dnft_flowtable.sh180 tcp flags fin,rst ct mark set 0 accept