Searched refs:TCP_KEEPCNT (Results 1 – 4 of 4) sorted by relevance
45 #define TCP_KEEPCNT 6 macro
123 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPCNT, &one, sizeof(one))) in set_keepalive()
55 { .opt = TCP_KEEPCNT, .new = 123, .expected = 123, .restore = 124, },
97 #define TCP_KEEPCNT 6 /* Number of keepalives before death */ macro
Completed in 8 milliseconds