Searched refs:af_ops (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/net/core/ |
| H A D | rtnetlink.c | 815 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size() local 823 if (af_ops->get_link_af_size) { in rtnl_link_get_af_size() 1879 if (!af_ops->fill_link_af) in rtnl_fill_link_af() 2703 struct rtnl_af_ops *af_ops; in validate_linkmsg() local 2707 if (!af_ops) in validate_linkmsg() 2710 if (!af_ops->set_link_af) in validate_linkmsg() 3319 struct rtnl_af_ops *af_ops; in do_setlink() local 3323 if (!af_ops) { in do_setlink() 6022 struct rtnl_af_ops *af_ops; in rtnl_fill_statsinfo() local 6037 af_ops->family); in rtnl_fill_statsinfo() [all …]
|
| /linux-6.15/net/smc/ |
| H A D | smc.h | 311 struct inet_connection_sock_af_ops af_ops; member
|
| H A D | af_smc.c | 2663 smc->af_ops = *smc->ori_af_ops; in smc_listen() 2664 smc->af_ops.syn_recv_sock = smc_tcp_syn_recv_sock; in smc_listen() 2666 inet_csk(smc->clcsock->sk)->icsk_af_ops = &smc->af_ops; in smc_listen()
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_input.c | 7198 const struct tcp_request_sock_ops *af_ops, in tcp_get_syncookie_mss() argument 7218 mss = af_ops->mss_clamp; in tcp_get_syncookie_mss() 7225 const struct tcp_request_sock_ops *af_ops, in tcp_conn_request() argument 7272 tcp_rsk(req)->af_specific = af_ops; in tcp_conn_request() 7280 tmp_opt.mss_clamp = af_ops->mss_clamp; in tcp_conn_request() 7298 dst = af_ops->route_req(sk, skb, &fl, req, isn); in tcp_conn_request() 7304 tcp_rsk(req)->ts_off = af_ops->init_ts_off(net, skb); in tcp_conn_request() 7326 isn = af_ops->init_seq(skb); in tcp_conn_request() 7332 isn = cookie_init_sequence(af_ops, sk, skb, &req->mss); in tcp_conn_request() 7359 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request() [all …]
|
| H A D | tcp_output.c | 4415 const struct tcp_request_sock_ops *af_ops = tcp_rsk(req)->af_specific; in tcp_rtx_synack() local 4422 res = af_ops->send_synack(sk, NULL, &fl, req, NULL, TCP_SYNACK_NORMAL, in tcp_rtx_synack()
|
| /linux-6.15/include/net/ |
| H A D | tcp.h | 487 const struct tcp_request_sock_ops *af_ops, 2306 const struct tcp_request_sock_ops *af_ops,
|