Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_header.h182 struct sctp_state_cookie { /* this is our definition... */ struct
218 struct sctp_state_cookie cookie; argument
317 struct sctp_state_cookie cookie;
H A Dsctp_input.c1333 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len,
1349 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, in sctp_process_cookie_existing()
1957 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, in sctp_process_cookie_new()
2244 struct sctp_state_cookie *cookie; in sctp_handle_cookie_echo()
H A Dsctp_output.c3810 struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in, uint8_t **signature) in sctp_add_cookie()
3813 struct sctp_state_cookie *stc; in sctp_add_cookie()
3817 mret = sctp_get_mbuf_for_msg((sizeof(struct sctp_state_cookie) + in sctp_add_cookie()
3847 SCTP_BUF_LEN(mret) = sizeof(struct sctp_state_cookie) + in sctp_add_cookie()
3849 stc = (struct sctp_state_cookie *)((caddr_t)ph + in sctp_add_cookie()
3854 memcpy(stc, stc_in, sizeof(struct sctp_state_cookie)); in sctp_add_cookie()
5525 struct sctp_state_cookie stc; in sctp_send_initiate_ack()
5608 memset(&stc, 0, sizeof(struct sctp_state_cookie)); in sctp_send_initiate_ack()
H A Dsctp_pcb.c2441 sizeof(struct sctp_state_cookie); in sctp_inpcb_alloc()