Searched defs:_inp (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_lock_bsd.h | 234 #define SCTP_INP_READ_LOCK_INIT(_inp) do { \ argument 239 #define SCTP_INP_READ_LOCK_DESTROY(_inp) do { \ argument 243 #define SCTP_INP_READ_LOCK(_inp) do { \ argument 247 #define SCTP_INP_READ_UNLOCK(_inp) do { \ argument 251 #define SCTP_INP_READ_LOCK_ASSERT(_inp) do { \ argument 256 #define SCTP_INP_LOCK_INIT(_inp) do { \ argument 261 #define SCTP_INP_LOCK_DESTROY(_inp) do { \ argument 265 #define SCTP_INP_LOCK_CONTENDED(_inp) \ argument 268 #define SCTP_INP_READ_CONTENDED(_inp) \ argument 272 #define SCTP_INP_RLOCK(_inp) do { \ argument [all …]
|
H A D | sctp_os_bsd.h | 410 #define SCTP_IP_OUTPUT(result, o_pak, ro, _inp, vrf_id) \ argument 422 #define SCTP_IP6_OUTPUT(result, o_pak, ro, ifp, _inp, vrf_id) \ argument
|
/freebsd/crypto/openssl/crypto/whrlpool/ |
H A D | wp_dgst.c | 71 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *_inp, size_t bytes) in WHIRLPOOL_Update() 92 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *_inp, size_t bits) in WHIRLPOOL_BitUpdate()
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha3.c | 45 int ossl_sha3_update(KECCAK1600_CTX *ctx, const void *_inp, size_t len) in ossl_sha3_update()
|
/freebsd/sys/netipsec/ |
H A D | ipsec.h | 269 #define IPSEC_INIT_CTX(_ctx, _mp, _inp, _sav, _af, _enc) do { \ argument
|