Lines Matching defs:xpl
1443 struct sadb_x_policy xpl;1450 + sizeof(xpl);1465 if (p + sizeof(xpl) != ep) {1469 memset(&xpl, 0, sizeof(xpl));1470 xpl.sadb_x_policy_len = PFKEY_UNIT64(sizeof(xpl));1471 xpl.sadb_x_policy_exttype = SADB_X_EXT_POLICY;1472 xpl.sadb_x_policy_id = spid;1473 memcpy(p, &xpl, sizeof(xpl));