/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_hdr_options.c | 355 link = bpf_program__attach_cgroup(skel->progs.estab, cg_fd); in fastopen_estab() 356 if (CHECK(IS_ERR(link), "attach_cgroup(estab)", "err: %ld\n", in fastopen_estab() 400 link = bpf_program__attach_cgroup(skel->progs.estab, cg_fd); in syncookie_estab() 401 if (CHECK(IS_ERR(link), "attach_cgroup(estab)", "err: %ld\n", in syncookie_estab() 433 link = bpf_program__attach_cgroup(skel->progs.estab, cg_fd); in fin() 434 if (CHECK(IS_ERR(link), "attach_cgroup(estab)", "err: %ld\n", in fin() 473 link = bpf_program__attach_cgroup(skel->progs.estab, cg_fd); in __simple_estab() 474 if (CHECK(IS_ERR(link), "attach_cgroup(estab)", "err: %ld\n", in __simple_estab()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_hdr_options.c | 319 link = bpf_program__attach_cgroup(skel->progs.estab, cg_fd); in fastopen_estab() 320 if (!ASSERT_OK_PTR(link, "attach_cgroup(estab)")) in fastopen_estab() 363 link = bpf_program__attach_cgroup(skel->progs.estab, cg_fd); in syncookie_estab() 364 if (!ASSERT_OK_PTR(link, "attach_cgroup(estab)")) in syncookie_estab() 395 link = bpf_program__attach_cgroup(skel->progs.estab, cg_fd); in fin() 396 if (!ASSERT_OK_PTR(link, "attach_cgroup(estab)")) in fin() 434 link = bpf_program__attach_cgroup(skel->progs.estab, cg_fd); in __simple_estab() 435 if (!ASSERT_OK_PTR(link, "attach_cgroup(estab)")) in __simple_estab()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_input.c | 866 int estab) in tcp_nip_parse_mss() 868 if (opsize == TCPOLEN_MSS && th->syn && !estab) { in tcp_nip_parse_mss() 888 * estab: WANTCOOKIE 892 struct tcp_options_received *opt_rx, int estab, in tcp_nip_parse_options() 922 tcp_nip_parse_mss(opt_rx, th, ptr, opsize, estab); in tcp_nip_parse_options() 862 tcp_nip_parse_mss(struct tcp_options_received *opt_rx, const struct tcphdr *th, const unsigned char *ptr, int opsize, int estab) tcp_nip_parse_mss() argument 891 tcp_nip_parse_options(const struct sk_buff *skb, struct tcp_options_received *opt_rx, int estab, struct tcp_fastopen_cookie *foc) tcp_nip_parse_options() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_hdr_options.c | 597 SEC("sockops/estab") 598 int estab(struct bpf_sock_ops *skops) in estab() function
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_hdr_options.c | 598 int estab(struct bpf_sock_ops *skops) in estab() function
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 4030 struct tcp_options_received *opt_rx, int estab, in tcp_parse_options() 4061 if (opsize == TCPOLEN_MSS && th->syn && !estab) { in tcp_parse_options() 4073 !estab && READ_ONCE(net->ipv4.sysctl_tcp_window_scaling)) { in tcp_parse_options() 4088 ((estab && opt_rx->tstamp_ok) || in tcp_parse_options() 4089 (!estab && READ_ONCE(net->ipv4.sysctl_tcp_timestamps)))) { in tcp_parse_options() 4097 !estab && READ_ONCE(net->ipv4.sysctl_tcp_sack)) { in tcp_parse_options() 4028 tcp_parse_options(const struct net *net, const struct sk_buff *skb, struct tcp_options_received *opt_rx, int estab, struct tcp_fastopen_cookie *foc) tcp_parse_options() argument
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_input.c | 4065 struct tcp_options_received *opt_rx, int estab, in tcp_parse_options() 4096 if (opsize == TCPOLEN_MSS && th->syn && !estab) { in tcp_parse_options() 4108 !estab && READ_ONCE(net->ipv4.sysctl_tcp_window_scaling)) { in tcp_parse_options() 4123 ((estab && opt_rx->tstamp_ok) || in tcp_parse_options() 4124 (!estab && READ_ONCE(net->ipv4.sysctl_tcp_timestamps)))) { in tcp_parse_options() 4132 !estab && READ_ONCE(net->ipv4.sysctl_tcp_sack)) { in tcp_parse_options() 4063 tcp_parse_options(const struct net *net, const struct sk_buff *skb, struct tcp_options_received *opt_rx, int estab, struct tcp_fastopen_cookie *foc) tcp_parse_options() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 413 int estab, struct tcp_fastopen_cookie *foc);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 431 int estab, struct tcp_fastopen_cookie *foc);
|