Home
last modified time | relevance | path

Searched refs:sctp_authhdr (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dsctp.h697 typedef struct sctp_authhdr { struct
/linux-4.4.14/net/sctp/
Dsm_statefuns.c3994 struct sctp_authhdr *auth_hdr; in sctp_sf_authenticate()
4002 auth_hdr = (struct sctp_authhdr *)chunk->skb->data; in sctp_sf_authenticate()
4004 skb_pull(chunk->skb, sizeof(struct sctp_authhdr)); in sctp_sf_authenticate()
4069 struct sctp_authhdr *auth_hdr; in sctp_sf_eat_auth()
4089 auth_hdr = (struct sctp_authhdr *)chunk->skb->data; in sctp_sf_eat_auth()
Dsm_make_chunk.c1265 struct sctp_authhdr auth_hdr; in sctp_make_auth()
/linux-4.4.14/include/net/sctp/
Dstructs.h592 struct sctp_authhdr *auth_hdr;