Home
last modified time | relevance | path

Searched refs:sessp (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_pppoe.c443 sessp sp; in pppoe_match_svc()
480 sessp sp; in pppoe_broadcast_padi()
504 sessp sp; in pppoe_find_svc()
526 sessp tsp; in pppoe_getnewsession()
581 static sessp
586 sessp sp = NULL; in pppoe_findsession()
607 sessp sp; in pppoe_finduniq()
697 sessp sp; in ng_pppoe_newhook()
771 sessp sp = NULL; in ng_pppoe_rcvmsg()
1563 sessp sp; in ng_pppoe_rcvdata_ether()
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dfreebsd_crypto.h90 int freebsd_crypt_newsession(freebsd_crypt_session_t *sessp,
92 void freebsd_crypt_freesession(freebsd_crypt_session_t *sessp);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c241 freebsd_crypt_newsession(freebsd_crypt_session_t *sessp, in freebsd_crypt_newsession() argument
249 __FUNCTION__, sessp, in freebsd_crypt_newsession()
308 error = crypto_newsession(&sessp->fs_sid, &csp, CRYPTOCAP_F_SOFTWARE); in freebsd_crypt_newsession()
309 mtx_init(&sessp->fs_lock, "FreeBSD Cryptographic Session Lock", in freebsd_crypt_newsession()
382 freebsd_crypt_newsession(freebsd_crypt_session_t *sessp, in freebsd_crypt_newsession() argument
393 __FUNCTION__, sessp, in freebsd_crypt_newsession()
476 sessp->fs_sid = sid; in freebsd_crypt_newsession()
477 mtx_init(&sessp->fs_lock, "FreeBSD Cryptographic Session Lock", in freebsd_crypt_newsession()