Home
last modified time | relevance | path

Searched refs:TCP_BPF_SYN (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dtest_misc_tcp_hdr_options.c115 ret = bpf_getsockopt(skops, SOL_TCP, TCP_BPF_SYN, &hdr, sizeof(hdr)); in __check_active_hdr_in()
/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h6895 TCP_BPF_SYN = 1005, /* Copy the TCP header */ enumerator
/Linux-v6.6/include/uapi/linux/
Dbpf.h6895 TCP_BPF_SYN = 1005, /* Copy the TCP header */ enumerator
/Linux-v6.6/net/core/
Dfilter.c5520 if (optname == TCP_BPF_SYN) { in bpf_sock_ops_get_syn()
5550 if (optname == TCP_BPF_SYN) { in bpf_sock_ops_get_syn()
5582 optname >= TCP_BPF_SYN && optname <= TCP_BPF_SYN_MAC) { in BPF_CALL_5()
7450 ret = bpf_sock_ops_get_syn(bpf_sock, TCP_BPF_SYN, &op); in BPF_CALL_4()