Searched refs:use_src_range (Results 1 – 1 of 1) sorted by relevance
2411 int use_src_range = 0; in key_spdadd() local2424 use_src_range = 1; in key_spdadd()2430 if ((!use_src_range && mhp->ext[SADB_EXT_ADDRESS_SRC] == NULL) || in key_spdadd()2436 if ((use_src_range && (mhp->extlen[SADB_X_EXT_ADDR_RANGE_SRC_START] < sizeof(struct sadb_address) in key_spdadd()2438 (!use_src_range && mhp->extlen[SADB_EXT_ADDRESS_SRC] < sizeof(struct sadb_address)) || in key_spdadd()2462 if (use_src_range) { in key_spdadd()2480 if (use_src_range) { in key_spdadd()2547 use_src_range ? src0 + 1 : NULL, in key_spdadd()2548 use_src_range ? src1 + 1 : NULL, in key_spdadd()2606 use_src_range ? src0 + 1 : NULL, in key_spdadd()[all …]