Searched defs:foc (Results 1 – 7 of 7) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_fastopen.c | 122 struct tcp_fastopen_cookie *foc) in __tcp_fastopen_cookie_gen_cipher() argument 157 struct tcp_fastopen_cookie *foc) in tcp_fastopen_cookie_gen() argument 219 struct tcp_fastopen_cookie *foc = valid_foc; in tcp_fastopen_cookie_gen_check() local 353 tcp_try_fastopen(struct sock * sk,struct sk_buff * skb,struct request_sock * req,struct tcp_fastopen_cookie * foc,const struct dst_entry * dst) tcp_try_fastopen() argument [all...] |
H A D | tcp_output.c | 739 struct tcp_fastopen_cookie *foc = opts->fastopen_cookie; tcp_options_write() local 909 tcp_synack_options(const struct sock * sk,struct request_sock * req,unsigned int mss,struct sk_buff * skb,struct tcp_out_options * opts,const struct tcp_key * key,struct tcp_fastopen_cookie * foc,enum tcp_synack_type synack_type,struct sk_buff * syn_skb) tcp_synack_options() argument 3721 tcp_make_synack(const struct sock * sk,struct dst_entry * dst,struct request_sock * req,struct tcp_fastopen_cookie * foc,enum tcp_synack_type synack_type,struct sk_buff * syn_skb) tcp_make_synack() argument [all...] |
H A D | tcp_input.c | 3994 tcp_parse_fastopen_option(int len,const unsigned char * cookie,bool syn,struct tcp_fastopen_cookie * foc,bool exp_opt) tcp_parse_fastopen_option() argument 4078 tcp_parse_options(const struct net * net,const struct sk_buff * skb,struct tcp_options_received * opt_rx,int estab,struct tcp_fastopen_cookie * foc) tcp_parse_options() argument 6385 struct tcp_fastopen_cookie foc = { .len = -1 }; tcp_rcv_synsent_state_process() local 7132 struct tcp_fastopen_cookie foc = { .len = -1 }; tcp_conn_request() local [all...] |
H A D | tcp_ipv4.c | 1190 struct tcp_fastopen_cookie *foc, argument
|
/linux/net/mptcp/ |
H A D | subflow.c | 344 struct tcp_fastopen_cookie *foc, in subflow_prep_synack() argument 361 struct tcp_fastopen_cookie *foc, in subflow_v4_send_synack() argument 375 struct tcp_fastopen_cookie *foc, in subflow_v6_send_synack() argument
|
/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 528 struct tcp_fastopen_cookie *foc, in tcp_v6_send_synack() argument
|
/linux/include/net/ |
H A D | tcp.h | 2020 tcp_fastopen_cookie_match(const struct tcp_fastopen_cookie * foc,const struct tcp_fastopen_cookie * orig) tcp_fastopen_cookie_match() argument
|