Home | History | Annotate | Download | only in netipsec

Lines Matching defs:xpl

1139 	const struct sadb_x_policy *xpl;
1149 if (len < sizeof(*xpl))
1151 xpl = (const struct sadb_x_policy *)request;
1156 switch (xpl->sadb_x_policy_dir) {
1165 xpl->sadb_x_policy_dir);
1179 if (xpl->sadb_x_policy_type == IPSEC_POLICY_DISCARD ||
1180 xpl->sadb_x_policy_type == IPSEC_POLICY_NONE)
1184 if (xpl->sadb_x_policy_type == IPSEC_POLICY_BYPASS) {
1192 if ((newsp = key_msg2sp(xpl, len, &error)) == NULL)
1217 const struct sadb_x_policy *xpl;
1224 if (len < sizeof(*xpl))
1226 xpl = (const struct sadb_x_policy *)request;
1229 switch (xpl->sadb_x_policy_dir) {
1238 xpl->sadb_x_policy_dir);