Searched refs:af_ops (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 657 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size() local 664 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_link_get_af_size() 665 if (af_ops->get_link_af_size) { in rtnl_link_get_af_size() 668 af_ops->get_link_af_size(dev, ext_filter_mask); in rtnl_link_get_af_size() 1680 const struct rtnl_af_ops *af_ops; in rtnl_fill_link_af() local 1687 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_fill_link_af() 1691 if (!af_ops->fill_link_af) in rtnl_fill_link_af() 1694 af = nla_nest_start_noflag(skb, af_ops->family); in rtnl_fill_link_af() 1698 err = af_ops->fill_link_af(skb, dev, ext_filter_mask); in rtnl_fill_link_af() 2472 const struct rtnl_af_ops *af_ops; in validate_linkmsg() local [all …]
|
/openbmc/linux/net/ipv4/ |
H A D | syncookies.c | 278 const struct tcp_request_sock_ops *af_ops, in cookie_tcp_reqsk_alloc() argument 296 treq->af_specific = af_ops; in cookie_tcp_reqsk_alloc()
|
H A D | tcp_input.c | 7045 const struct tcp_request_sock_ops *af_ops, in tcp_get_syncookie_mss() argument 7065 mss = af_ops->mss_clamp; in tcp_get_syncookie_mss() 7072 const struct tcp_request_sock_ops *af_ops, in tcp_conn_request() argument 7109 tcp_rsk(req)->af_specific = af_ops; in tcp_conn_request() 7116 tmp_opt.mss_clamp = af_ops->mss_clamp; in tcp_conn_request() 7134 dst = af_ops->route_req(sk, skb, &fl, req); in tcp_conn_request() 7139 tcp_rsk(req)->ts_off = af_ops->init_ts_off(net, skb); in tcp_conn_request() 7161 isn = af_ops->init_seq(skb); in tcp_conn_request() 7167 isn = cookie_init_sequence(af_ops, sk, skb, &req->mss); in tcp_conn_request() 7182 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request() [all …]
|
H A D | tcp_output.c | 4257 const struct tcp_request_sock_ops *af_ops = tcp_rsk(req)->af_specific; in tcp_rtx_synack() local 4264 res = af_ops->send_synack(sk, NULL, &fl, req, NULL, TCP_SYNACK_NORMAL, in tcp_rtx_synack()
|
/openbmc/linux/net/smc/ |
H A D | smc.h | 269 struct inet_connection_sock_af_ops af_ops; member
|
H A D | af_smc.c | 2662 smc->af_ops = *smc->ori_af_ops; in smc_listen() 2663 smc->af_ops.syn_recv_sock = smc_tcp_syn_recv_sock; in smc_listen() 2665 inet_csk(smc->clcsock->sk)->icsk_af_ops = &smc->af_ops; in smc_listen()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 444 const struct tcp_request_sock_ops *af_ops, 491 const struct tcp_request_sock_ops *af_ops, 2132 const struct tcp_request_sock_ops *af_ops,
|