Home
last modified time | relevance | path

Searched refs:sadb_prop (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sbin/setkey/
HDtest-pfkey.c308 struct sadb_prop m_prop; in key_setsadbprop()
360 (caddr_t)&m_prop, sizeof(struct sadb_prop), in key_setsadbprop()
/freebsd-13-stable/sys/net/
HDpfkeyv2.h151 struct sadb_prop { struct
/freebsd-13-stable/sys/netipsec/
HDkey_debug.c271 struct sadb_prop *prop = (struct sadb_prop *)ext; in kdebug_sadb_prop()
HDkey.c372 sizeof(struct sadb_prop), /* SADB_EXT_PROPOSAL */
6498 struct sadb_prop *prop; in key_getprop()
6500 const int l = PFKEY_ALIGN8(sizeof(struct sadb_prop)); in key_getprop()
6527 prop = mtod(m, struct sadb_prop *); in key_getprop()