sctp_hmac         101 include/net/sctp/auth.h struct sctp_hmac *sctp_auth_get_hmac(__u16 hmac_id);
sctp_hmac         102 include/net/sctp/auth.h struct sctp_hmac *sctp_auth_asoc_get_hmac(const struct sctp_association *asoc);
sctp_hmac          43 net/sctp/auth.c static struct sctp_hmac sctp_hmac_list[SCTP_AUTH_NUM_HMACS] = {
sctp_hmac         514 net/sctp/auth.c struct sctp_hmac *sctp_auth_get_hmac(__u16 hmac_id)
sctp_hmac         522 net/sctp/auth.c struct sctp_hmac *sctp_auth_asoc_get_hmac(const struct sctp_association *asoc)
sctp_hmac         189 net/sctp/chunk.c 		struct sctp_hmac *hmac_desc = sctp_auth_asoc_get_hmac(asoc);
sctp_hmac        1141 net/sctp/sm_make_chunk.c 	struct sctp_hmac *hmac_desc;
sctp_hmac        3778 net/sctp/sm_statefuns.c 	struct sctp_hmac *hmac;