Searched refs:sctp_state_cookie (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/netinet/
H A Dsctp_header.h189 struct sctp_state_cookie { /* this is our definition... */ struct
224 struct sctp_state_cookie cookie;
330 struct sctp_state_cookie cookie;
H A Dsctp_output.c3825 struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in, uint8_t **signature)
3828 struct sctp_state_cookie *stc;
3834 mret = sctp_get_mbuf_for_msg((sizeof(struct sctp_state_cookie) +
3864 SCTP_BUF_LEN(mret) = sizeof(struct sctp_state_cookie) +
3866 stc = (struct sctp_state_cookie *)((caddr_t)ph +
3871 memcpy(stc, stc_in, sizeof(struct sctp_state_cookie));
5521 struct sctp_state_cookie stc;
5608 memset(&stc, 0, sizeof(struct sctp_state_cookie));
H A Dsctp_input.c1497 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len,
1514 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len,
2085 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len,
2464 struct sctp_state_cookie *cookie;
H A Dsctp_pcb.c2599 sizeof(struct sctp_state_cookie);

Completed in 121 milliseconds