Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_misc_tcp_hdr_options.c114 ret = bpf_getsockopt(skops, SOL_TCP, TCP_BPF_SYN, &hdr, sizeof(hdr)); in __check_active_hdr_in()
/Linux-v5.10/tools/include/uapi/linux/
Dbpf.h4791 TCP_BPF_SYN = 1005, /* Copy the TCP header */ enumerator
/Linux-v5.10/include/uapi/linux/
Dbpf.h4791 TCP_BPF_SYN = 1005, /* Copy the TCP header */ enumerator
/Linux-v5.10/net/core/
Dfilter.c5058 if (optname == TCP_BPF_SYN) { in bpf_sock_ops_get_syn()
5088 if (optname == TCP_BPF_SYN) { in bpf_sock_ops_get_syn()
5120 optname >= TCP_BPF_SYN && optname <= TCP_BPF_SYN_MAC) { in BPF_CALL_5()
6716 ret = bpf_sock_ops_get_syn(bpf_sock, TCP_BPF_SYN, &op); in BPF_CALL_4()