Searched refs:V_KEEP_ALIVE (Results 1 – 3 of 3) sorted by relevance
410 #define V_KEEP_ALIVE(x) ((x) << S_KEEP_ALIVE) macro411 #define F_KEEP_ALIVE V_KEEP_ALIVE(1U)
499 #define V_KEEP_ALIVE(x) ((__u64)(x) << S_KEEP_ALIVE) macro500 #define F_KEEP_ALIVE V_KEEP_ALIVE(1ULL)
966 opt0 |= V_KEEP_ALIVE(cp->keepalive); in calc_options0()