Searched refs:save_syn (Results 1 – 7 of 7) sorted by relevance
30 int save_syn = 1; in bpf_basertt() local43 &save_syn, sizeof(save_syn)); in bpf_basertt()
61 int save_syn = 1; in bpf_testcb() local183 &save_syn, sizeof(save_syn)); in bpf_testcb()
71 save_syn:1, /* Save headers of SYN packet */ member
243 u8 save_syn:2, /* Save headers of SYN packet */ member
3218 tp->save_syn = val; in do_tcp_setsockopt()3788 val = tp->save_syn; in do_tcp_getsockopt()
6686 if (tcp_sk(sk)->save_syn) { in tcp_reqsk_record_syn()6692 if (tcp_sk(sk)->save_syn == 2) { /* Save full header. */ in tcp_reqsk_record_syn()
4880 tp->save_syn = val; in _bpf_setsockopt()