Home
last modified time | relevance | path

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

/Linux-v6.6/net/core/
Drtnetlink.c628 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size() local
635 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_link_get_af_size()
636 if (af_ops->get_link_af_size) { in rtnl_link_get_af_size()
639 af_ops->get_link_af_size(dev, ext_filter_mask); in rtnl_link_get_af_size()
1651 const struct rtnl_af_ops *af_ops; in rtnl_fill_link_af() local
1658 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_fill_link_af()
1662 if (!af_ops->fill_link_af) in rtnl_fill_link_af()
1665 af = nla_nest_start_noflag(skb, af_ops->family); in rtnl_fill_link_af()
1669 err = af_ops->fill_link_af(skb, dev, ext_filter_mask); in rtnl_fill_link_af()
2443 const struct rtnl_af_ops *af_ops; in validate_linkmsg() local
[all …]
/Linux-v6.6/net/ipv4/
Dsyncookies.c284 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()
Dtcp_input.c6933 const struct tcp_request_sock_ops *af_ops, in tcp_get_syncookie_mss() argument
6953 mss = af_ops->mss_clamp; in tcp_get_syncookie_mss()
6960 const struct tcp_request_sock_ops *af_ops, in tcp_conn_request() argument
6997 tcp_rsk(req)->af_specific = af_ops; in tcp_conn_request()
7004 tmp_opt.mss_clamp = af_ops->mss_clamp; in tcp_conn_request()
7022 dst = af_ops->route_req(sk, skb, &fl, req); in tcp_conn_request()
7027 tcp_rsk(req)->ts_off = af_ops->init_ts_off(net, skb); in tcp_conn_request()
7049 isn = af_ops->init_seq(skb); in tcp_conn_request()
7055 isn = cookie_init_sequence(af_ops, sk, skb, &req->mss); in tcp_conn_request()
7070 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request()
[all …]
Dtcp_output.c4230 const struct tcp_request_sock_ops *af_ops = tcp_rsk(req)->af_specific; in tcp_rtx_synack() local
4237 res = af_ops->send_synack(sk, NULL, &fl, req, NULL, TCP_SYNACK_NORMAL, in tcp_rtx_synack()
/Linux-v6.6/net/smc/
Dsmc.h267 struct inet_connection_sock_af_ops af_ops; member
Daf_smc.c2623 smc->af_ops = *smc->ori_af_ops; in smc_listen()
2624 smc->af_ops.syn_recv_sock = smc_tcp_syn_recv_sock; in smc_listen()
2626 inet_csk(smc->clcsock->sk)->icsk_af_ops = &smc->af_ops; in smc_listen()
/Linux-v6.6/include/net/
Dtcp.h443 const struct tcp_request_sock_ops *af_ops,
490 const struct tcp_request_sock_ops *af_ops,
2106 const struct tcp_request_sock_ops *af_ops,