Home
last modified time | relevance | path

Searched refs:save_syn (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/samples/bpf/
Dtcp_tos_reflect_kern.c30 int save_syn = 1; in bpf_basertt() local
43 &save_syn, sizeof(save_syn)); in bpf_basertt()
/linux-5.19.10/tools/testing/selftests/bpf/progs/
Dtest_tcpbpf_kern.c51 int save_syn = 1; in bpf_testcb() local
157 &save_syn, sizeof(save_syn)); in bpf_testcb()
/linux-5.19.10/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h81 save_syn:1, /* Save headers of SYN packet */ member
/linux-5.19.10/include/linux/
Dtcp.h243 u8 save_syn:2, /* Save headers of SYN packet */ member
/linux-5.19.10/net/ipv4/
Dtcp.c3590 tp->save_syn = val; in do_tcp_setsockopt()
4172 val = tp->save_syn; in do_tcp_getsockopt()
Dtcp_input.c6846 if (tcp_sk(sk)->save_syn) { in tcp_reqsk_record_syn()
6852 if (tcp_sk(sk)->save_syn == 2) { /* Save full header. */ in tcp_reqsk_record_syn()
/linux-5.19.10/net/core/
Dfilter.c5216 tp->save_syn = val; in _bpf_setsockopt()