Searched refs:secpolicy (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/sys/netinet6/
H A Dip6_ipsec.h39 struct ifnet **, struct secpolicy **sp);
H A Dip6_ipsec.c130 struct secpolicy *sp;
172 struct secpolicy *sp;
223 struct ifnet **ifp, struct secpolicy **sp)
351 struct secpolicy *sp = NULL;
H A Dip6_forward.c105 struct secpolicy *sp = NULL;
445 struct secpolicy *sp;
H A Dip6_output.c258 struct secpolicy *sp = NULL;
/freebsd-10.1-release/sys/netipsec/
H A Dkey.h38 struct secpolicy;
49 extern void key_addref(struct secpolicy *sp);
51 extern struct secpolicy *key_allocsp(struct secpolicyindex *, u_int,
53 extern struct secpolicy *key_allocsp2(u_int32_t spi, union sockaddr_union *dst,
55 extern struct secpolicy *key_newsp(const char*, int);
57 extern struct secpolicy *key_gettunnel(const struct sockaddr *,
62 extern void _key_freesp(struct secpolicy **, const char*, int);
95 extern struct secpolicy *key_msg2sp __P((struct sadb_x_policy *,
97 extern struct mbuf *key_sp2msg __P((struct secpolicy *));
99 extern int key_spdacquire __P((struct secpolicy *));
[all...]
H A Dipsec6.h76 struct mbuf *, struct secpolicy *, int, int *));
78 struct secpolicy *, int));
H A Dkey_debug.h69 struct secpolicy;
75 extern void kdebug_secpolicy __P((struct secpolicy *));
H A Dipsec.h79 struct secpolicy { struct
80 LIST_ENTRY(secpolicy) chain;
125 struct secpolicy *sp; /* back pointer to SP */
147 struct secpolicy *sp_in;
148 struct secpolicy *sp_out;
293 VNET_DECLARE(struct secpolicy, ip4_def_policy);
325 extern struct secpolicy *ipsec_getpolicy __P((struct tdb_ident*, u_int));
327 extern struct secpolicy *ipsec4_checkpolicy __P((struct mbuf *, u_int, u_int,
329 extern struct secpolicy * ipsec_getpolicybyaddr(struct mbuf *, u_int,
337 extern int ipsec_in_reject __P((struct secpolicy *, struc
[all...]
H A Dipsec.c121 VNET_DEFINE(struct secpolicy, ip4_def_policy);
249 static struct secpolicy *ipsec_deepcopy_policy __P((struct secpolicy *src));
257 static struct secpolicy *
260 struct secpolicy *sp;
294 struct secpolicy *
297 struct secpolicy *sp;
322 static struct secpolicy *
326 struct secpolicy *currsp = NULL; /* Policy on socket. */
327 struct secpolicy *s
[all...]
H A Dkeydb.h208 /* secpolicy */
209 extern struct secpolicy *keydb_newsecpolicy __P((void));
210 extern void keydb_delsecpolicy __P((struct secpolicy *));
H A Dkey.c144 static VNET_DEFINE(LIST_HEAD(_sptree, secpolicy), sptree[IPSEC_DIR_MAX]);
413 static void key_freesp_so __P((struct secpolicy **));
415 static void key_delsp __P((struct secpolicy *));
416 static struct secpolicy *key_getsp __P((struct secpolicyindex *));
417 static void _key_delsp(struct secpolicy *sp);
418 static struct secpolicy *key_getspbyid __P((u_int32_t));
435 static struct mbuf *key_setdumpsp __P((struct secpolicy *,
437 static u_int key_getspreqmsglen __P((struct secpolicy *));
438 static int key_spdexpire __P((struct secpolicy *));
521 static int key_acquire __P((const struct secasindex *, struct secpolicy *));
[all...]
H A Dipsec_output.c625 struct secpolicy *sp,
763 ipsec6_output_tunnel(struct ipsec_output_state *state, struct secpolicy *sp, int flags)
H A Dkey_debug.c472 struct secpolicy *sp;
478 printf("secpolicy{ refcnt=%u state=%u policy=%u\n",
/freebsd-10.1-release/sys/netinet/
H A Dip_ipsec.c119 struct secpolicy *sp;
163 struct secpolicy *sp;
218 struct secpolicy *sp = NULL;
259 struct secpolicy *sp = NULL;
/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dap_config.h49 } secpolicy; typedef in typeref:enum:hostap_security_policy
58 secpolicy security_policy;
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c63 * zfs_secpolicy_func_t *secpolicy
714 * use that name for the secpolicy/zone checks.
3426 * logging. The secpolicy func already checked that it is set.
5469 zfs_secpolicy_func_t *secpolicy, zfs_ioc_namecheck_t namecheck,
5480 vec->zvec_secpolicy = secpolicy;
5492 zfs_secpolicy_func_t *secpolicy, zfs_ioc_namecheck_t namecheck,
5508 vec->zvec_secpolicy = secpolicy;
5517 zfs_secpolicy_func_t *secpolicy, boolean_t log_history,
5520 zfs_ioctl_register_legacy(ioc, func, secpolicy,
5526 zfs_secpolicy_func_t *secpolicy, zfs_ioc_poolcheck_
5468 zfs_ioctl_register_legacy(zfs_ioc_t ioc, zfs_ioc_legacy_func_t *func, zfs_secpolicy_func_t *secpolicy, zfs_ioc_namecheck_t namecheck, boolean_t log_history, zfs_ioc_poolcheck_t pool_check) argument
5491 zfs_ioctl_register(const char *name, zfs_ioc_t ioc, zfs_ioc_func_t *func, zfs_secpolicy_func_t *secpolicy, zfs_ioc_namecheck_t namecheck, zfs_ioc_poolcheck_t pool_check, boolean_t smush_outnvlist, boolean_t allow_log) argument
5516 zfs_ioctl_register_pool(zfs_ioc_t ioc, zfs_ioc_legacy_func_t *func, zfs_secpolicy_func_t *secpolicy, boolean_t log_history, zfs_ioc_poolcheck_t pool_check) argument
5525 zfs_ioctl_register_dataset_nolog(zfs_ioc_t ioc, zfs_ioc_legacy_func_t *func, zfs_secpolicy_func_t *secpolicy, zfs_ioc_poolcheck_t pool_check) argument
5540 zfs_ioctl_register_pool_meta(zfs_ioc_t ioc, zfs_ioc_legacy_func_t *func, zfs_secpolicy_func_t *secpolicy) argument
5548 zfs_ioctl_register_dataset_read_secpolicy(zfs_ioc_t ioc, zfs_ioc_legacy_func_t *func, zfs_secpolicy_func_t *secpolicy) argument
5563 zfs_ioctl_register_dataset_modify(zfs_ioc_t ioc, zfs_ioc_legacy_func_t *func, zfs_secpolicy_func_t *secpolicy) argument
[all...]

Completed in 222 milliseconds