Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDsctp_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 …]
HDsctp_os_bsd.h417 #define SCTP_IP_OUTPUT(result, o_pak, ro, _inp, vrf_id) \ argument
429 #define SCTP_IP6_OUTPUT(result, o_pak, ro, ifp, _inp, vrf_id) \ argument
/freebsd-13-stable/crypto/openssl/crypto/whrlpool/
HDwp_dgst.c65 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *_inp, size_t bytes) in WHIRLPOOL_Update()
86 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *_inp, size_t bits) in WHIRLPOOL_BitUpdate()
/freebsd-13-stable/crypto/openssl/crypto/evp/
HDm_sha3.c62 static int sha3_update(EVP_MD_CTX *evp_ctx, const void *_inp, size_t len) in sha3_update()
239 static int s390x_sha3_update(EVP_MD_CTX *evp_ctx, const void *_inp, size_t len) in s390x_sha3_update()
/freebsd-13-stable/sys/netipsec/
HDipsec.h253 #define IPSEC_INIT_CTX(_ctx, _mp, _inp, _sav, _af, _enc) do { \ argument