Home
last modified time | relevance | path

Searched refs:estab (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c355 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 Dtcp_hdr_options.c319 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 Dtcp_nip_input.c866 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 Dtest_tcp_hdr_options.c597 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 Dtest_tcp_hdr_options.c598 int estab(struct bpf_sock_ops *skops) in estab() function
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c4030 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 Dtcp_input.c4065 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 Dtcp.h413 int estab, struct tcp_fastopen_cookie *foc);
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h431 int estab, struct tcp_fastopen_cookie *foc);

Completed in 33 milliseconds