| /tools/testing/selftests/bpf/progs/ |
| A D | cgroup_tcp_skb.c | 51 if (tcph->fin || !tcph->syn || !tcph->ack) in egress_accept() 65 if (!tcph->syn || tcph->fin || tcph->ack) in ingress_accept() 71 if (tcph->fin || tcph->syn || !tcph->ack) in ingress_accept() 87 if (!tcph->syn || tcph->fin || tcph->ack) in egress_connect() 100 if (tcph->fin || !tcph->syn || !tcph->ack) in ingress_connect() 117 if (tcph->fin || tcph->syn || !tcph->ack) in egress_close_remote() 123 if (!tcph->fin) in egress_close_remote() 139 if (tcph->fin) in ingress_close_remote() 143 if (tcph->fin || tcph->syn || !tcph->ack) in ingress_close_remote() 160 if (tcph->fin) in egress_close_local() [all …]
|
| A D | test_misc_tcp_hdr_options.c | 144 if (th->fin) in check_active_hdr_in() 147 if (th->ack && !th->fin && tcp_hdrlen(th) == skops->skb_len) in check_active_hdr_in()
|
| A D | xdp_flowtable.c | 54 if (tcph->fin || tcph->rst) in xdp_flowtable_offload_check_tcp_state()
|
| A D | test_select_reuseport_kern.c | 113 if (th->fin) in _select_by_skb_data()
|
| A D | test_tcp_hdr_options.c | 580 if (th->fin) { in handle_parse_hdr()
|
| A D | xdp_synproxy_kern.c | 610 if (hdr->tcp->fin || hdr->tcp->rst) in syncookie_handle_syn()
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| A D | ftrace-tcp.c | 38 int fin; member 60 int fin, int syn, int rst, int psh, int ack, in __trace_event_expect() argument 71 .fin = fin, in __trace_event_expect() 125 unsigned int fin:1, member 166 if (p->fin >= 0 && p->fin != e->fin) in lookup_expected_event() 293 char fin, syn, rst, psh, ack; in tracer_scan_event() local 306 &fin, &syn, &rst, &psh, &ack); in tracer_scan_event() 320 &fin, &syn, &rst, &psh, &ack, in tracer_scan_event() 363 out->fin = (fin == 'F'); in tracer_scan_event() 369 if ((fin != 'F' && fin != ' ') || in tracer_scan_event() [all …]
|
| A D | aolib.h | 767 int fin, int syn, int rst, int psh, int ack, 773 int fin, int syn, int rst, int psh, int ack) in trace_hash_event_expect() argument 779 fin, syn, rst, psh, ack, in trace_hash_event_expect() 788 int fin, int syn, int rst, int psh, int ack, in trace_ao_event_expect() argument 795 fin, syn, rst, psh, ack, in trace_ao_event_expect()
|
| /tools/bpf/ |
| A 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/mm/ |
| A D | page_owner_sort.c | 108 int read_block(char *buf, char *ext_buf, int buf_size, FILE *fin) in read_block() argument 112 while (buf_end - curr > 1 && fgets(curr, buf_end - curr, fin)) { in read_block() 663 FILE *fin, *fout; in main() local 784 fin = fopen(argv[optind], "r"); in main() 786 if (!fin || !fout) { in main() 803 fstat(fileno(fin), &st); in main() 815 int buf_len = read_block(buf, ext_buf, BUF_SIZE, fin); in main()
|
| /tools/include/uapi/linux/ |
| A D | tcp.h | 33 fin:1, member 51 fin:1; member
|
| /tools/testing/selftests/net/ |
| A D | gro.c | 282 int payload_len, int fin) in fill_transportlayer() argument 293 tcph->fin = fin; in fill_transportlayer() 312 int payload_len, int fin) in create_packet() argument 317 payload_len, fin); in create_packet() 941 if (tcph->fin) in check_recv_pkts()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | tcp_hdr_options.c | 376 static void fin(void) in fin() function 527 DEF_TEST(fin),
|
| /tools/testing/selftests/bpf/ |
| A D | network_helpers.c | 898 tcp->fin ? ", FIN" : "", in show_transport()
|