Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_misc_tcp_hdr_options.c115 ret = bpf_getsockopt(skops, SOL_TCP, TCP_BPF_SYN, &hdr, sizeof(hdr)); in __check_active_hdr_in()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6903 TCP_BPF_SYN = 1005, /* Copy the TCP header */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6903 TCP_BPF_SYN = 1005, /* Copy the TCP header */ enumerator
/openbmc/linux/net/core/
H A Dfilter.c5600 if (optname == TCP_BPF_SYN) { in bpf_sock_ops_get_syn()
5630 if (optname == TCP_BPF_SYN) { in bpf_sock_ops_get_syn()
5662 optname >= TCP_BPF_SYN && optname <= TCP_BPF_SYN_MAC) { in BPF_CALL_5()
7546 ret = bpf_sock_ops_get_syn(bpf_sock, TCP_BPF_SYN, &op); in BPF_CALL_4()