Searched refs:fin (Results 1 – 9 of 9) sorted by relevance
/tools/vm/ |
D | page_owner_sort.c | 33 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/ |
D | bpf_dbg.c | 1318 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/ |
D | tcp.h | 33 fin:1, member 51 fin:1; member
|
/tools/testing/selftests/bpf/progs/ |
D | test_misc_tcp_hdr_options.c | 143 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()
|
D | test_select_reuseport_kern.c | 116 if (th->fin) in _select_by_skb_data()
|
D | test_tcp_hdr_options.c | 580 if (th->fin) { in handle_parse_hdr()
|
/tools/testing/selftests/net/ |
D | gro.c | 255 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/ |
D | tcp_hdr_options.c | 412 static void fin(void) in fin() function 569 DEF_TEST(fin),
|
/tools/testing/selftests/netfilter/ |
D | nft_flowtable.sh | 180 tcp flags fin,rst ct mark set 0 accept
|