Lines Matching refs:priority_offset
105 int32_t priority_offset; local
125 priority_offset = 0;
132 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_HIGH;
140 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_DEFAULT;
145 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_LOW;
150 priority_offset *= -1;
151 if (priority_offset < 0)
154 priority_offset *= -1;
191 + ((priority_offset != 0) ? 13 : 0) /* [space operator space int] */
202 if (priority_offset != 0)
206 priority_offset, ipsp_policy_strs[xpl->sadb_x_policy_type]);