Searched refs:af_ops (Results 1 – 6 of 6) sorted by relevance
| /linux/net/core/ |
| A D | rtnetlink.c | 643 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size() local 651 if (af_ops->get_link_af_size) { in rtnl_link_get_af_size() 1691 const struct rtnl_af_ops *af_ops; in rtnl_fill_link_af() local 1702 if (!af_ops->fill_link_af) in rtnl_fill_link_af() 2502 if (!af_ops) in validate_linkmsg() 2505 if (!af_ops->set_link_af) in validate_linkmsg() 2508 if (af_ops->validate_link_af) { in validate_linkmsg() 5733 struct rtnl_af_ops *af_ops; in rtnl_fill_statsinfo() local 5744 if (af_ops->fill_stats_af) { in rtnl_fill_statsinfo() 5748 af_ops->family); in rtnl_fill_statsinfo() [all …]
|
| /linux/net/smc/ |
| A D | smc.h | 311 struct inet_connection_sock_af_ops af_ops; member
|
| A D | af_smc.c | 2648 smc->af_ops = *smc->ori_af_ops; in smc_listen() 2649 smc->af_ops.syn_recv_sock = smc_tcp_syn_recv_sock; in smc_listen() 2651 inet_csk(smc->clcsock->sk)->icsk_af_ops = &smc->af_ops; in smc_listen()
|
| /linux/net/ipv4/ |
| A D | tcp_input.c | 7151 const struct tcp_request_sock_ops *af_ops, in tcp_get_syncookie_mss() argument 7171 mss = af_ops->mss_clamp; in tcp_get_syncookie_mss() 7178 const struct tcp_request_sock_ops *af_ops, in tcp_conn_request() argument 7225 tcp_rsk(req)->af_specific = af_ops; in tcp_conn_request() 7233 tmp_opt.mss_clamp = af_ops->mss_clamp; in tcp_conn_request() 7251 dst = af_ops->route_req(sk, skb, &fl, req, isn); in tcp_conn_request() 7257 tcp_rsk(req)->ts_off = af_ops->init_ts_off(net, skb); in tcp_conn_request() 7279 isn = af_ops->init_seq(skb); in tcp_conn_request() 7285 isn = cookie_init_sequence(af_ops, sk, skb, &req->mss); in tcp_conn_request() 7312 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request() [all …]
|
| A D | tcp_output.c | 4403 const struct tcp_request_sock_ops *af_ops = tcp_rsk(req)->af_specific; in tcp_rtx_synack() local 4410 res = af_ops->send_synack(sk, NULL, &fl, req, NULL, TCP_SYNACK_NORMAL, in tcp_rtx_synack()
|
| /linux/include/net/ |
| A D | tcp.h | 446 const struct tcp_request_sock_ops *af_ops, 2234 const struct tcp_request_sock_ops *af_ops,
|
Completed in 51 milliseconds