Home
last modified time | relevance | path

Searched defs:_inp (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_lock_bsd.h234 #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 Dsctp_os_bsd.h410 #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 Dwp_dgst.c71 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 Dsha3.c45 int ossl_sha3_update(KECCAK1600_CTX *ctx, const void *_inp, size_t len) in ossl_sha3_update()
/freebsd/sys/netipsec/
H A Dipsec.h269 #define IPSEC_INIT_CTX(_ctx, _mp, _inp, _sav, _af, _enc) do { \ argument