Searched refs:tcp_fastopen_cookie (Results  1 – 8 of 8) sorted by relevance
| /linux-4.1.27/net/ipv4/ | 
| D | tcp_fastopen.c | 76 				      struct tcp_fastopen_cookie *foc)  in __tcp_fastopen_cookie_gen() 100 				    struct tcp_fastopen_cookie *foc)  in tcp_fastopen_cookie_gen() 112 		struct tcp_fastopen_cookie tmp;  in tcp_fastopen_cookie_gen() 266 		      struct tcp_fastopen_cookie *foc,  in tcp_try_fastopen() 269 	struct tcp_fastopen_cookie valid_foc = { .len = -1 };  in tcp_try_fastopen()
  | 
| D | tcp_metrics.c | 34 	struct	tcp_fastopen_cookie	cookie; 703 			    struct tcp_fastopen_cookie *cookie,  in tcp_fastopen_cache_get() 729 			    struct tcp_fastopen_cookie *cookie, bool syn_lost,  in tcp_fastopen_cache_set()
  | 
| D | tcp_output.c | 433 	struct tcp_fastopen_cookie *fastopen_cookie;	/* Fast open cookie */ 520 		struct tcp_fastopen_cookie *foc = opts->fastopen_cookie;  in tcp_options_write() 618 				   struct tcp_fastopen_cookie *foc)  in tcp_synack_options() 2950 				struct tcp_fastopen_cookie *foc)  in tcp_make_synack()
  | 
| D | tcp_input.c | 3628 				      bool syn, struct tcp_fastopen_cookie *foc,  in tcp_parse_fastopen_option() 3650 		       struct tcp_fastopen_cookie *foc)  in tcp_parse_options() 5416 				    struct tcp_fastopen_cookie *cookie)  in tcp_rcv_fastopen_synack() 5474 	struct tcp_fastopen_cookie foc = { .len = -1 };  in tcp_rcv_synsent_state_process() 6098 	struct tcp_fastopen_cookie foc = { .len = -1 };  in tcp_conn_request()
  | 
| D | tcp_ipv4.c | 828 			      struct tcp_fastopen_cookie *foc)  in tcp_v4_send_synack()
  | 
| /linux-4.1.27/include/net/ | 
| D | tcp.h | 443 		       int estab, struct tcp_fastopen_cookie *foc); 466 				struct tcp_fastopen_cookie *foc); 1342 			    struct tcp_fastopen_cookie *cookie, int *syn_loss, 1345 			    struct tcp_fastopen_cookie *cookie, bool syn_lost, 1349 	struct tcp_fastopen_cookie	cookie; 1360 		      struct tcp_fastopen_cookie *foc, 1654 			   u16 queue_mapping, struct tcp_fastopen_cookie *foc);
  | 
| /linux-4.1.27/include/linux/ | 
| D | tcp.h | 58 struct tcp_fastopen_cookie {  struct
  | 
| /linux-4.1.27/net/ipv6/ | 
| D | tcp_ipv6.c | 445 			      struct tcp_fastopen_cookie *foc)  in tcp_v6_send_synack()
  |