Searched refs:af_ops (Results 1 – 4 of 4) sorted by relevance
| /linux/net/core/ |
| A D | rtnetlink.c | 587 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size() local 595 if (af_ops->get_link_af_size) { in rtnl_link_get_af_size() 1590 const struct rtnl_af_ops *af_ops; in rtnl_fill_link_af() local 1601 if (!af_ops->fill_link_af) in rtnl_fill_link_af() 2288 if (!af_ops) in validate_linkmsg() 2291 if (!af_ops->set_link_af) in validate_linkmsg() 2294 if (af_ops->validate_link_af) { in validate_linkmsg() 5209 struct rtnl_af_ops *af_ops; in rtnl_fill_statsinfo() local 5218 if (af_ops->fill_stats_af) { in rtnl_fill_statsinfo() 5223 af_ops->family); in rtnl_fill_statsinfo() [all …]
|
| /linux/net/ipv4/ |
| A D | tcp_input.c | 6795 const struct tcp_request_sock_ops *af_ops, in tcp_get_syncookie_mss() argument 6815 mss = af_ops->mss_clamp; in tcp_get_syncookie_mss() 6822 const struct tcp_request_sock_ops *af_ops, in tcp_conn_request() argument 6857 tcp_rsk(req)->af_specific = af_ops; in tcp_conn_request() 6864 tmp_opt.mss_clamp = af_ops->mss_clamp; in tcp_conn_request() 6882 dst = af_ops->route_req(sk, skb, &fl, req); in tcp_conn_request() 6887 tcp_rsk(req)->ts_off = af_ops->init_ts_off(net, skb); in tcp_conn_request() 6907 isn = af_ops->init_seq(skb); in tcp_conn_request() 6913 isn = cookie_init_sequence(af_ops, sk, skb, &req->mss); in tcp_conn_request() 6928 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request() [all …]
|
| A D | tcp_output.c | 4091 const struct tcp_request_sock_ops *af_ops = tcp_rsk(req)->af_specific; in tcp_rtx_synack() local 4096 res = af_ops->send_synack(sk, NULL, &fl, req, NULL, TCP_SYNACK_NORMAL, in tcp_rtx_synack()
|
| /linux/include/net/ |
| A D | tcp.h | 436 const struct tcp_request_sock_ops *af_ops, 2013 const struct tcp_request_sock_ops *af_ops,
|
Completed in 39 milliseconds