Lines Matching refs:af_ops
6522 const struct tcp_request_sock_ops *af_ops, in tcp_get_syncookie_mss() argument
6542 mss = af_ops->mss_clamp; in tcp_get_syncookie_mss()
6549 const struct tcp_request_sock_ops *af_ops, in tcp_conn_request() argument
6583 tcp_rsk(req)->af_specific = af_ops; in tcp_conn_request()
6587 tmp_opt.mss_clamp = af_ops->mss_clamp; in tcp_conn_request()
6605 af_ops->init_req(req, sk, skb); in tcp_conn_request()
6611 tcp_rsk(req)->ts_off = af_ops->init_ts_off(net, skb); in tcp_conn_request()
6613 dst = af_ops->route_req(sk, &fl, req); in tcp_conn_request()
6635 isn = af_ops->init_seq(skb); in tcp_conn_request()
6641 isn = cookie_init_sequence(af_ops, sk, skb, &req->mss); in tcp_conn_request()
6656 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request()
6673 af_ops->send_synack(sk, dst, &fl, req, &foc, in tcp_conn_request()