Home
last modified time | relevance | path

Searched refs:af_ops (Results 1 – 6 of 6) sorted by relevance

/linux/net/core/
H A Drtnetlink.c851 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size() local
858 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_link_get_af_size()
859 if (af_ops->get_link_af_size) { in rtnl_link_get_af_size()
862 af_ops->get_link_af_size(dev, ext_filter_mask); in rtnl_link_get_af_size()
1955 const struct rtnl_af_ops *af_ops; in rtnl_fill_link_af() local
1962 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_fill_link_af()
1966 if (!af_ops->fill_link_af) in rtnl_fill_link_af()
1969 af = nla_nest_start_noflag(skb, af_ops->family); in rtnl_fill_link_af()
1973 err = af_ops->fill_link_af(skb, dev, ext_filter_mask); in rtnl_fill_link_af()
2828 struct rtnl_af_ops *af_ops; in validate_linkmsg() local
[all …]
/linux/net/smc/
H A Dsmc.h311 struct inet_connection_sock_af_ops af_ops; member
H A Daf_smc.c2687 smc->af_ops = *smc->ori_af_ops; in smc_listen()
2688 smc->af_ops.syn_recv_sock = smc_tcp_syn_recv_sock; in smc_listen()
2690 inet_csk(smc->clcsock->sk)->icsk_af_ops = &smc->af_ops; in smc_listen()
/linux/net/ipv4/
H A Dtcp_input.c7595 const struct tcp_request_sock_ops *af_ops, in tcp_get_syncookie_mss() argument
7615 mss = af_ops->mss_clamp; in tcp_get_syncookie_mss()
7621 const struct tcp_request_sock_ops *af_ops, in tcp_conn_request() argument
7666 tcp_rsk(req)->af_specific = af_ops; in tcp_conn_request()
7675 tmp_opt.mss_clamp = af_ops->mss_clamp; in tcp_conn_request()
7694 isn = cookie_init_sequence(af_ops, skb, &req->mss); in tcp_conn_request()
7701 dst = af_ops->route_req(sk, skb, &fl, req, want_cookie ? 0 : isn); in tcp_conn_request()
7706 st = INDIRECT_CALL_INET(af_ops->init_seq_and_ts_off, in tcp_conn_request()
7767 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request()
7786 af_ops->send_synack(sk, dst, &fl, req, &foc, in tcp_conn_request()
H A Dtcp_output.c4644 const struct tcp_request_sock_ops *af_ops = tcp_rsk(req)->af_specific; in tcp_rtx_synack() local
4651 res = af_ops->send_synack(sk, NULL, &fl, req, NULL, TCP_SYNACK_RETRANS, in tcp_rtx_synack()
/linux/include/net/
H A Dtcp.h547 const struct tcp_request_sock_ops *af_ops,
2469 const struct tcp_request_sock_ops *af_ops,