Searched refs:sctp_state_cookie (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_header.h | 185 struct sctp_state_cookie { /* this is our definition... */ struct 220 struct sctp_state_cookie cookie; argument 319 struct sctp_state_cookie cookie;
|
| H A D | sctp_input.c | 1405 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, 1421 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, in sctp_process_cookie_existing() 1997 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, in sctp_process_cookie_new() 2300 struct sctp_state_cookie *cookie; in sctp_handle_cookie_echo()
|
| H A D | sctp_output.c | 3816 struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in, uint8_t **signature) in sctp_add_cookie() 3819 struct sctp_state_cookie *stc; in sctp_add_cookie() 3823 mret = sctp_get_mbuf_for_msg((sizeof(struct sctp_state_cookie) + in sctp_add_cookie() 3853 SCTP_BUF_LEN(mret) = sizeof(struct sctp_state_cookie) + in sctp_add_cookie() 3855 stc = (struct sctp_state_cookie *)((caddr_t)ph + in sctp_add_cookie() 3860 memcpy(stc, stc_in, sizeof(struct sctp_state_cookie)); in sctp_add_cookie() 5487 struct sctp_state_cookie stc; in sctp_send_initiate_ack() 5568 memset(&stc, 0, sizeof(struct sctp_state_cookie)); in sctp_send_initiate_ack()
|
| H A D | sctp_pcb.c | 2574 sizeof(struct sctp_state_cookie); in sctp_inpcb_alloc()
|