Searched refs:SADB_X_EXT_POLICY (Results 1 – 5 of 5) sorted by relevance
128 case SADB_X_EXT_POLICY: in pfkey_align()259 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_add_message()289 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_get_message()318 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_enable_message()347 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_disable_message()376 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_delete_message()1103 struct sadb_x_policy *policy_message = (struct sadb_x_policy *)(void *)mhp[SADB_X_EXT_POLICY]; in pfkey_process_message_test_60822136()1112 struct sadb_x_policy *policy_message = (struct sadb_x_policy *)(void *)mhp[SADB_X_EXT_POLICY]; in pfkey_process_message_test_60822136()1126 struct sadb_x_policy *policy_message = (struct sadb_x_policy *)(void *)mhp[SADB_X_EXT_POLICY]; in pfkey_process_message_test_60822136()1136 struct sadb_x_policy *policy_message = (struct sadb_x_policy *)(void *)mhp[SADB_X_EXT_POLICY]; in pfkey_process_message_test_60822136()[all …]
282 case SADB_X_EXT_POLICY:
2265 xpl->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in key_sp2msg()2432 mhp->ext[SADB_X_EXT_POLICY] == NULL) { in key_spdadd()2442 mhp->extlen[SADB_X_EXT_POLICY] < sizeof(struct sadb_x_policy)) { in key_spdadd()2474 xpl0 = (struct sadb_x_policy *)(void *)mhp->ext[SADB_X_EXT_POLICY]; in key_spdadd()2519 && mhp->extlen[SADB_X_EXT_POLICY] <= sizeof(*xpl0)) { in key_spdadd()2713 int mbufItems[] = {SADB_EXT_RESERVED, SADB_X_EXT_POLICY, in key_spdadd()2719 int mbufItems[] = {SADB_EXT_RESERVED, SADB_X_EXT_POLICY, in key_spdadd()2749 if (xpl->sadb_x_policy_exttype != SADB_X_EXT_POLICY) { in key_spdadd()2836 mhp->ext[SADB_X_EXT_POLICY] == NULL) { in key_spddelete()2846 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