Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_tcpbpf_kern.c38 int save_syn = 1; in bpf_testcb() local
144 &save_syn, sizeof(save_syn)); in bpf_testcb()
/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst64 u8:2 save_syn
/linux-6.15/include/linux/
H A Dtcp.h383 u8 save_syn:2, /* Save headers of SYN packet */ member
/linux-6.15/net/ipv4/
H A Dtcp.c3954 tp->save_syn = val; in do_tcp_setsockopt()
4567 val = tp->save_syn; in do_tcp_getsockopt()
H A Dtcp_input.c7167 if (tcp_sk(sk)->save_syn) { in tcp_reqsk_record_syn()
7173 if (tcp_sk(sk)->save_syn == 2) { /* Save full header. */ in tcp_reqsk_record_syn()