Lines Matching defs:xpl
1662 struct sadb_x_policy xpl;1669 + sizeof(xpl);1684 if (p + sizeof(xpl) != ep) {1688 memset(&xpl, 0, sizeof(xpl));1689 xpl.sadb_x_policy_len = PFKEY_UNIT64(sizeof(xpl));1690 xpl.sadb_x_policy_exttype = SADB_X_EXT_POLICY;1691 xpl.sadb_x_policy_id = spid;1692 memcpy(p, &xpl, sizeof(xpl));