Searched refs:cookie_len (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_fastopen.c | 884 if ((cce->cookie_len > 0) && in tcp_fastopen_connect() 890 cce->cookie, cce->cookie_len); in tcp_fastopen_connect() 894 cce->cookie_len); in tcp_fastopen_connect() 923 cce->cookie_len = 0; in tcp_fastopen_connect() 967 cce->cookie_len = 0; in tcp_fastopen_disable_path() 994 ((cookie_len & 0x1) == 0)) { in tcp_fastopen_update_cache() 996 cce->cookie_len = cookie_len; in tcp_fastopen_update_cache() 1002 cce->cookie_len = 0; in tcp_fastopen_update_cache() 1097 ((cookie_len & 0x1) == 0)) { in tcp_fastopen_ccache_create() 1099 cce->cookie_len = cookie_len; in tcp_fastopen_ccache_create() [all …]
|
| H A D | tcp_fastopen.h | 61 uint8_t cookie_len; member
|
| 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() argument 1797 sh, cookie, cookie_len, in sctp_process_cookie_existing() 2055 initack_limit = offset + cookie_len; in sctp_process_cookie_new() 2310 unsigned int cookie_len; in sctp_handle_cookie_echo() local 2332 cookie_len = ntohs(cp->ch.chunk_length); in sctp_handle_cookie_echo() 2334 if (cookie_len < sizeof(struct sctp_cookie_echo_chunk) + in sctp_handle_cookie_echo() 2356 sig_offset = offset + cookie_len - SCTP_SIGNATURE_SIZE; in sctp_handle_cookie_echo() 2577 cookie_len -= SCTP_SIGNATURE_SIZE; in sctp_handle_cookie_echo() 2581 cookie, cookie_len, *inp_p, in sctp_handle_cookie_echo() [all …]
|