Searched refs:SADB_X_EXT_POLICY (Results 1 – 5 of 5) sorted by relevance
134 case SADB_X_EXT_POLICY: in pfkey_align()265 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_add_message()299 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_get_message()328 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_enable_message()357 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_disable_message()386 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_delete_message()1116 struct sadb_x_policy *policy_message = (struct sadb_x_policy *)(void *)mhp[SADB_X_EXT_POLICY]; in pfkey_process_message_test_60822136()1125 struct sadb_x_policy *policy_message = (struct sadb_x_policy *)(void *)mhp[SADB_X_EXT_POLICY]; in pfkey_process_message_test_60822136()1139 struct sadb_x_policy *policy_message = (struct sadb_x_policy *)(void *)mhp[SADB_X_EXT_POLICY]; in pfkey_process_message_test_60822136()1149 struct sadb_x_policy *policy_message = (struct sadb_x_policy *)(void *)mhp[SADB_X_EXT_POLICY]; in pfkey_process_message_test_60822136()[all …]
285 case SADB_X_EXT_POLICY:
2207 xpl->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in key_sp2msg()2373 mhp->ext[SADB_X_EXT_POLICY].ext_buf == NULL) { in key_spdadd()2383 mhp->extlen[SADB_X_EXT_POLICY] < sizeof(struct sadb_x_policy)) { in key_spdadd()2415 xpl0 = (struct sadb_x_policy *)(void *)mhp->ext[SADB_X_EXT_POLICY].ext_buf; in key_spdadd()2459 && mhp->extlen[SADB_X_EXT_POLICY] <= sizeof(*xpl0)) { in key_spdadd()2679 int mbufItems[] = {SADB_EXT_RESERVED, SADB_X_EXT_POLICY, in key_spdadd()2685 int mbufItems[] = {SADB_EXT_RESERVED, SADB_X_EXT_POLICY, in key_spdadd()2715 if (xpl->sadb_x_policy_exttype != SADB_X_EXT_POLICY) { in key_spdadd()2803 mhp->ext[SADB_X_EXT_POLICY].ext_buf == NULL) { in key_spddelete()2813 mhp->extlen[SADB_X_EXT_POLICY] < sizeof(struct sadb_x_policy)) { in key_spddelete()[all …]
147 case SADB_X_EXT_POLICY:
374 #define SADB_X_EXT_POLICY 18 macro