Searched refs:TCP_KEEPIDLE (Results 1 – 4 of 4) sorted by relevance
43 #define TCP_KEEPIDLE 4 macro
119 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPIDLE, &one, sizeof(one))) in set_keepalive()
53 { .opt = TCP_KEEPIDLE, .new = 123, .expected = 123, .restore = 321, },
95 #define TCP_KEEPIDLE 4 /* Start keeplives after this period */ macro
Completed in 9 milliseconds