Home | History | Annotate | Download | only in netinet

Lines Matching defs:cookie_len

1041     struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len,
1409 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len,
1676 unsigned int cookie_len;
1728 cookie_len = ntohs(cp->ch.chunk_length);
1743 if (cookie_len > size_of_pkt ||
1744 cookie_len < sizeof(struct sctp_cookie_echo_chunk) +
1750 printf("sctp_handle_cookie: cookie_len=%u, pkt size=%u\n", cookie_len, size_of_pkt);
1773 sig_offset = offset + cookie_len - SCTP_SIGNATURE_SIZE;
2003 cookie_len -= SCTP_SIGNATURE_SIZE;
2012 cookie_len, *inp_p, netp, to, &notification);
2025 cookie, cookie_len, *inp_p, *stcb, *netp, to, &notification);