Searched refs:save_syn (Results 1 – 6 of 6) sorted by relevance
30 int save_syn = 1; in bpf_basertt() local43 &save_syn, sizeof(save_syn)); in bpf_basertt()
38 int save_syn = 1; in bpf_testcb() local144 &save_syn, sizeof(save_syn)); in bpf_testcb()
62 u8:2 save_syn
379 u8 save_syn:2, /* Save headers of SYN packet */ member
3906 tp->save_syn = val; in do_tcp_setsockopt()4519 val = tp->save_syn; in do_tcp_getsockopt()
7120 if (tcp_sk(sk)->save_syn) { in tcp_reqsk_record_syn()7126 if (tcp_sk(sk)->save_syn == 2) { /* Save full header. */ in tcp_reqsk_record_syn()
Completed in 32 milliseconds