Searched refs:af_ops (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/net/core/ |
A D | rtnetlink.c | 625 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size() local 633 if (af_ops->get_link_af_size) { in rtnl_link_get_af_size() 1643 const struct rtnl_af_ops *af_ops; in rtnl_fill_link_af() local 1654 if (!af_ops->fill_link_af) in rtnl_fill_link_af() 2395 if (!af_ops) in validate_linkmsg() 2398 if (!af_ops->set_link_af) in validate_linkmsg() 2401 if (af_ops->validate_link_af) { in validate_linkmsg() 5618 struct rtnl_af_ops *af_ops; in rtnl_fill_statsinfo() local 5629 if (af_ops->fill_stats_af) { in rtnl_fill_statsinfo() 5633 af_ops->family); in rtnl_fill_statsinfo() [all …]
|
/linux-6.3-rc2/net/ipv4/ |
A D | syncookies.c | 284 const struct tcp_request_sock_ops *af_ops, in cookie_tcp_reqsk_alloc() argument 302 treq->af_specific = af_ops; in cookie_tcp_reqsk_alloc()
|
A D | tcp_input.c | 6896 const struct tcp_request_sock_ops *af_ops, in tcp_get_syncookie_mss() argument 6916 mss = af_ops->mss_clamp; in tcp_get_syncookie_mss() 6923 const struct tcp_request_sock_ops *af_ops, in tcp_conn_request() argument 6960 tcp_rsk(req)->af_specific = af_ops; in tcp_conn_request() 6967 tmp_opt.mss_clamp = af_ops->mss_clamp; in tcp_conn_request() 6985 dst = af_ops->route_req(sk, skb, &fl, req); in tcp_conn_request() 6990 tcp_rsk(req)->ts_off = af_ops->init_ts_off(net, skb); in tcp_conn_request() 7012 isn = af_ops->init_seq(skb); in tcp_conn_request() 7018 isn = cookie_init_sequence(af_ops, sk, skb, &req->mss); in tcp_conn_request() 7033 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request() [all …]
|
A D | tcp_output.c | 4118 const struct tcp_request_sock_ops *af_ops = tcp_rsk(req)->af_specific; in tcp_rtx_synack() local 4125 res = af_ops->send_synack(sk, NULL, &fl, req, NULL, TCP_SYNACK_NORMAL, in tcp_rtx_synack()
|
/linux-6.3-rc2/net/smc/ |
A D | smc.h | 264 struct inet_connection_sock_af_ops af_ops; member
|
A D | af_smc.c | 2546 smc->af_ops = *smc->ori_af_ops; in smc_listen() 2547 smc->af_ops.syn_recv_sock = smc_tcp_syn_recv_sock; in smc_listen() 2549 inet_csk(smc->clcsock->sk)->icsk_af_ops = &smc->af_ops; in smc_listen()
|
/linux-6.3-rc2/include/net/ |
A D | tcp.h | 446 const struct tcp_request_sock_ops *af_ops, 493 const struct tcp_request_sock_ops *af_ops, 2062 const struct tcp_request_sock_ops *af_ops,
|
Completed in 44 milliseconds