Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/tools/testing/selftests/bpf/progs/
Dtest_tcpbpf_kern.c60 int save_syn = 1; in bpf_testcb() local
141 &save_syn, sizeof(save_syn)); in bpf_testcb()
/Linux-v5.4/include/linux/
Dtcp.h238 save_syn:1, /* Save headers of SYN packet */ member
/Linux-v5.4/net/ipv4/
Dtcp.c3022 tp->save_syn = val; in do_tcp_setsockopt()
3617 val = tp->save_syn; in do_tcp_getsockopt()
Dtcp_input.c6505 if (tcp_sk(sk)->save_syn) { in tcp_reqsk_record_syn()
/Linux-v5.4/net/core/
Dfilter.c4373 tp->save_syn = val; in BPF_CALL_5()