Searched refs:SADB_X_EXT_POLICY (Results 1 – 5 of 5) sorted by relevance
125 case SADB_X_EXT_POLICY: in pfkey_align()256 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_add_message()286 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_get_message()315 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_enable_message()344 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_disable_message()373 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_delete_message()1100 struct sadb_x_policy *policy_message = (struct sadb_x_policy *)(void *)mhp[SADB_X_EXT_POLICY]; in pfkey_process_message_test_60822136()1109 struct sadb_x_policy *policy_message = (struct sadb_x_policy *)(void *)mhp[SADB_X_EXT_POLICY]; in pfkey_process_message_test_60822136()1123 struct sadb_x_policy *policy_message = (struct sadb_x_policy *)(void *)mhp[SADB_X_EXT_POLICY]; in pfkey_process_message_test_60822136()1133 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:
2231 xpl->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in key_sp2msg()2398 mhp->ext[SADB_X_EXT_POLICY] == NULL) { in key_spdadd()2408 mhp->extlen[SADB_X_EXT_POLICY] < sizeof(struct sadb_x_policy)) { in key_spdadd()2440 xpl0 = (struct sadb_x_policy *)(void *)mhp->ext[SADB_X_EXT_POLICY]; in key_spdadd()2485 && 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()2802 mhp->ext[SADB_X_EXT_POLICY] == NULL) { in key_spddelete()2812 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