Home
last modified time | relevance | path

Searched refs:sctp_auth_chunk (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/net/sctp/
Dauth.h108 struct sk_buff *skb, struct sctp_auth_chunk *auth,
/Linux-v4.19/include/linux/
Dsctp.h739 struct sctp_auth_chunk { struct
/Linux-v4.19/net/sctp/
Dchunk.c203 max_data -= SCTP_PAD4(sizeof(struct sctp_auth_chunk) + in sctp_datamsg_from_user()
Doutput.c437 struct sctp_auth_chunk *auth = NULL; in sctp_packet_pack()
494 auth = (struct sctp_auth_chunk *) in sctp_packet_pack()
Dauth.c728 struct sk_buff *skb, struct sctp_auth_chunk *auth, in sctp_auth_calculate_hmac()
Dsm_statefuns.c4218 sizeof(struct sctp_auth_chunk); in sctp_sf_authenticate()
4240 (struct sctp_auth_chunk *)chunk->chunk_hdr, in sctp_sf_authenticate()
4279 if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_auth_chunk))) in sctp_sf_eat_auth()