Searched refs:TCP_SAVE_SYN (Results 1 – 4 of 4) sorted by relevance
157 v = bpf_setsockopt(skops, IPPROTO_TCP, TCP_SAVE_SYN, in bpf_testcb()
305 bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in misc_estab()
604 bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in estab()
117 #define TCP_SAVE_SYN 27 /* Record SYN headers for new connections */ macro