Searched refs:af_ops (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/net/core/ |
| D | rtnetlink.c | 587 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size() local 594 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_link_get_af_size() 595 if (af_ops->get_link_af_size) { in rtnl_link_get_af_size() 598 af_ops->get_link_af_size(dev, ext_filter_mask); in rtnl_link_get_af_size() 1590 const struct rtnl_af_ops *af_ops; in rtnl_fill_link_af() local 1597 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_fill_link_af() 1601 if (!af_ops->fill_link_af) in rtnl_fill_link_af() 1604 af = nla_nest_start_noflag(skb, af_ops->family); in rtnl_fill_link_af() 1608 err = af_ops->fill_link_af(skb, dev, ext_filter_mask); in rtnl_fill_link_af() 2285 const struct rtnl_af_ops *af_ops; in validate_linkmsg() local [all …]
|
| /Linux-v5.15/net/ipv4/ |
| D | tcp_input.c | 6778 const struct tcp_request_sock_ops *af_ops, in tcp_get_syncookie_mss() argument 6798 mss = af_ops->mss_clamp; in tcp_get_syncookie_mss() 6805 const struct tcp_request_sock_ops *af_ops, in tcp_conn_request() argument 6840 tcp_rsk(req)->af_specific = af_ops; in tcp_conn_request() 6847 tmp_opt.mss_clamp = af_ops->mss_clamp; in tcp_conn_request() 6865 dst = af_ops->route_req(sk, skb, &fl, req); in tcp_conn_request() 6870 tcp_rsk(req)->ts_off = af_ops->init_ts_off(net, skb); in tcp_conn_request() 6890 isn = af_ops->init_seq(skb); in tcp_conn_request() 6896 isn = cookie_init_sequence(af_ops, sk, skb, &req->mss); in tcp_conn_request() 6911 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request() [all …]
|
| D | tcp_output.c | 4107 const struct tcp_request_sock_ops *af_ops = tcp_rsk(req)->af_specific; in tcp_rtx_synack() local 4112 res = af_ops->send_synack(sk, NULL, &fl, req, NULL, TCP_SYNACK_NORMAL, in tcp_rtx_synack()
|
| /Linux-v5.15/include/net/ |
| D | tcp.h | 437 const struct tcp_request_sock_ops *af_ops, 1997 const struct tcp_request_sock_ops *af_ops,
|