Lines Matching refs:af_ops
6717 const struct tcp_request_sock_ops *af_ops, in tcp_get_syncookie_mss() argument
6737 mss = af_ops->mss_clamp; in tcp_get_syncookie_mss()
6744 const struct tcp_request_sock_ops *af_ops, in tcp_conn_request() argument
6779 tcp_rsk(req)->af_specific = af_ops; in tcp_conn_request()
6786 tmp_opt.mss_clamp = af_ops->mss_clamp; in tcp_conn_request()
6804 af_ops->init_req(req, sk, skb); in tcp_conn_request()
6810 tcp_rsk(req)->ts_off = af_ops->init_ts_off(net, skb); in tcp_conn_request()
6812 dst = af_ops->route_req(sk, &fl, req); in tcp_conn_request()
6834 isn = af_ops->init_seq(skb); in tcp_conn_request()
6840 isn = cookie_init_sequence(af_ops, sk, skb, &req->mss); in tcp_conn_request()
6855 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request()
6872 af_ops->send_synack(sk, dst, &fl, req, &foc, in tcp_conn_request()