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()
51 int save_syn = 1; in bpf_testcb() local157 &save_syn, sizeof(save_syn)); in bpf_testcb()
81 save_syn:1, /* Save headers of SYN packet */ member
243 u8 save_syn:2, /* Save headers of SYN packet */ member
3590 tp->save_syn = val; in do_tcp_setsockopt()4172 val = tp->save_syn; in do_tcp_getsockopt()
6846 if (tcp_sk(sk)->save_syn) { in tcp_reqsk_record_syn()6852 if (tcp_sk(sk)->save_syn == 2) { /* Save full header. */ in tcp_reqsk_record_syn()
5216 tp->save_syn = val; in _bpf_setsockopt()