Home
last modified time | relevance | path

Searched refs:max_spi (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/key/
Daf_key.c1278 u32 min_spi, max_spi; in pfkey_getspi() local
1334 max_spi = 0x0fffffff; in pfkey_getspi()
1339 max_spi = range->sadb_spirange_max; in pfkey_getspi()
1342 err = verify_spi_info(x->id.proto, min_spi, max_spi); in pfkey_getspi()
1348 err = xfrm_alloc_spi(x, min_spi, max_spi); in pfkey_getspi()