Searched refs:TCP_KEEPINTVL (Results 1 – 4 of 4) sorted by relevance
44 #define TCP_KEEPINTVL 5 macro
121 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPINTVL, &one, sizeof(one))) in set_keepalive()
54 { .opt = TCP_KEEPINTVL, .new = 123, .expected = 123, .restore = 321, },
96 #define TCP_KEEPINTVL 5 /* Interval between keepalives */ macro
Completed in 9 milliseconds