sctp_hmac 82 include/net/sctp/auth.h struct sctp_hmac *sctp_auth_get_hmac(__u16 hmac_id); sctp_hmac 83 include/net/sctp/auth.h struct sctp_hmac *sctp_auth_asoc_get_hmac(const struct sctp_association *asoc); sctp_hmac 22 net/sctp/auth.c static struct sctp_hmac sctp_hmac_list[SCTP_AUTH_NUM_HMACS] = { sctp_hmac 515 net/sctp/auth.c struct sctp_hmac *sctp_auth_get_hmac(__u16 hmac_id) sctp_hmac 523 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 1285 net/sctp/sm_make_chunk.c struct sctp_hmac *hmac_desc; sctp_hmac 4209 net/sctp/sm_statefuns.c struct sctp_hmac *hmac;