Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Drtnetlink.c503 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size() local
509 list_for_each_entry(af_ops, &rtnl_af_ops, list) { in rtnl_link_get_af_size()
510 if (af_ops->get_link_af_size) { in rtnl_link_get_af_size()
513 af_ops->get_link_af_size(dev, ext_filter_mask); in rtnl_link_get_af_size()
1201 struct rtnl_af_ops *af_ops; in rtnl_fill_ifinfo() local
1308 list_for_each_entry(af_ops, &rtnl_af_ops, list) { in rtnl_fill_ifinfo()
1309 if (af_ops->fill_link_af) { in rtnl_fill_ifinfo()
1313 if (!(af = nla_nest_start(skb, af_ops->family))) in rtnl_fill_ifinfo()
1316 err = af_ops->fill_link_af(skb, dev, ext_filter_mask); in rtnl_fill_ifinfo()
1520 const struct rtnl_af_ops *af_ops; in validate_linkmsg() local
[all …]
/linux-4.4.14/net/ipv4/
Dtcp_input.c6157 const struct tcp_request_sock_ops *af_ops, in tcp_conn_request() argument
6196 tcp_rsk(req)->af_specific = af_ops; in tcp_conn_request()
6199 tmp_opt.mss_clamp = af_ops->mss_clamp; in tcp_conn_request()
6212 af_ops->init_req(req, sk, skb); in tcp_conn_request()
6230 dst = af_ops->route_req(sk, &fl, req, &strict); in tcp_conn_request()
6257 isn = af_ops->init_seq(skb); in tcp_conn_request()
6260 dst = af_ops->route_req(sk, &fl, req, NULL); in tcp_conn_request()
6268 isn = cookie_init_sequence(af_ops, sk, skb, &req->mss); in tcp_conn_request()
6282 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request()
6293 af_ops->send_synack(sk, dst, &fl, req, in tcp_conn_request()
Dtcp_output.c3511 const struct tcp_request_sock_ops *af_ops = tcp_rsk(req)->af_specific; in tcp_rtx_synack() local
3516 res = af_ops->send_synack(sk, NULL, &fl, req, NULL, true); in tcp_rtx_synack()
/linux-4.4.14/include/net/
Dtcp.h1688 const struct tcp_request_sock_ops *af_ops,