Searched refs:use_src_range (Results 1 – 1 of 1) sorted by relevance
2377 int use_src_range = 0; in key_spdadd() local2390 use_src_range = 1; in key_spdadd()2396 if ((!use_src_range && mhp->ext[SADB_EXT_ADDRESS_SRC] == NULL) || in key_spdadd()2402 if ((use_src_range && (mhp->extlen[SADB_X_EXT_ADDR_RANGE_SRC_START] < sizeof(struct sadb_address) in key_spdadd()2404 (!use_src_range && mhp->extlen[SADB_EXT_ADDRESS_SRC] < sizeof(struct sadb_address)) || in key_spdadd()2428 if (use_src_range) { in key_spdadd()2446 if (use_src_range) { in key_spdadd()2513 use_src_range ? src0 + 1 : NULL, in key_spdadd()2514 use_src_range ? src1 + 1 : NULL, in key_spdadd()2572 use_src_range ? src0 + 1 : NULL, in key_spdadd()[all …]