Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dtcp_tos_reflect_kern.c30 int save_syn = 1; in bpf_basertt() local
43 &save_syn, sizeof(save_syn)); in bpf_basertt()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcpbpf_kern.c49 int save_syn = 1; in bpf_testcb() local
155 &save_syn, sizeof(save_syn)); in bpf_testcb()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h81 save_syn:1, /* Save headers of SYN packet */ member
/openbmc/linux/include/linux/
H A Dtcp.h275 u8 save_syn:2, /* Save headers of SYN packet */ member
/openbmc/linux/net/ipv4/
H A Dtcp.c3640 tp->save_syn = val; in do_tcp_setsockopt()
4214 val = tp->save_syn; in do_tcp_getsockopt()
H A Dtcp_input.c7014 if (tcp_sk(sk)->save_syn) { in tcp_reqsk_record_syn()
7020 if (tcp_sk(sk)->save_syn == 2) { /* Save full header. */ in tcp_reqsk_record_syn()