Searched refs:_X2KEY (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/key/
H A Daf_key.c32 #define _X2KEY(x) ((x) == XFRM_INF ? 0 : (x)) macro
886 lifetime->sadb_lifetime_allocations = _X2KEY(x->lft.hard_packet_limit);
887 lifetime->sadb_lifetime_bytes = _X2KEY(x->lft.hard_byte_limit);
897 lifetime->sadb_lifetime_allocations = _X2KEY(x->lft.soft_packet_limit);
898 lifetime->sadb_lifetime_bytes = _X2KEY(x->lft.soft_byte_limit);
2117 lifetime->sadb_lifetime_allocations = _X2KEY(xp->lft.hard_packet_limit);
2118 lifetime->sadb_lifetime_bytes = _X2KEY(xp->lft.hard_byte_limit);
2126 lifetime->sadb_lifetime_allocations = _X2KEY(xp->lft.soft_packet_limit);
2127 lifetime->sadb_lifetime_bytes = _X2KEY(xp->lft.soft_byte_limit);

Completed in 115 milliseconds