Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/ !
Dsctp.h700 typedef struct sctp_authhdr { struct
/linux-3.4.99/net/sctp/ !
Dsm_statefuns.c3927 struct sctp_authhdr *auth_hdr; in sctp_sf_authenticate()
3935 auth_hdr = (struct sctp_authhdr *)chunk->skb->data; in sctp_sf_authenticate()
3937 skb_pull(chunk->skb, sizeof(struct sctp_authhdr)); in sctp_sf_authenticate()
4001 struct sctp_authhdr *auth_hdr; in sctp_sf_eat_auth()
4021 auth_hdr = (struct sctp_authhdr *)chunk->skb->data; in sctp_sf_eat_auth()
Dsm_make_chunk.c1206 struct sctp_authhdr auth_hdr; in sctp_make_auth()
/linux-3.4.99/include/net/sctp/ !
Dstructs.h723 struct sctp_authhdr *auth_hdr;