Searched refs:af_ops (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/core/ |
D | rtnetlink.c | 502 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size() local 508 list_for_each_entry(af_ops, &rtnl_af_ops, list) { in rtnl_link_get_af_size() 509 if (af_ops->get_link_af_size) { in rtnl_link_get_af_size() 512 af_ops->get_link_af_size(dev); in rtnl_link_get_af_size() 1031 struct rtnl_af_ops *af_ops; in rtnl_fill_ifinfo() local 1217 list_for_each_entry(af_ops, &rtnl_af_ops, list) { in rtnl_fill_ifinfo() 1218 if (af_ops->fill_link_af) { in rtnl_fill_ifinfo() 1222 if (!(af = nla_nest_start(skb, af_ops->family))) in rtnl_fill_ifinfo() 1225 err = af_ops->fill_link_af(skb, dev); in rtnl_fill_ifinfo() 1417 const struct rtnl_af_ops *af_ops; in validate_linkmsg() local [all …]
|
/linux-4.1.27/net/ipv4/ |
D | tcp_input.c | 6088 const struct tcp_request_sock_ops *af_ops, in tcp_conn_request() argument 6128 tcp_rsk(req)->af_specific = af_ops; in tcp_conn_request() 6131 tmp_opt.mss_clamp = af_ops->mss_clamp; in tcp_conn_request() 6144 af_ops->init_req(req, sk, skb); in tcp_conn_request() 6162 dst = af_ops->route_req(sk, &fl, req, &strict); in tcp_conn_request() 6189 isn = af_ops->init_seq(skb); in tcp_conn_request() 6192 dst = af_ops->route_req(sk, &fl, req, NULL); in tcp_conn_request() 6200 isn = cookie_init_sequence(af_ops, sk, skb, &req->mss); in tcp_conn_request() 6210 err = af_ops->send_synack(sk, dst, &fl, req, in tcp_conn_request() 6217 af_ops->queue_hash_add(sk, req, TCP_TIMEOUT_INIT); in tcp_conn_request()
|
D | tcp_output.c | 3501 const struct tcp_request_sock_ops *af_ops = tcp_rsk(req)->af_specific; in tcp_rtx_synack() local 3505 res = af_ops->send_synack(sk, NULL, &fl, req, 0, NULL); in tcp_rtx_synack()
|
/linux-4.1.27/include/net/ |
D | tcp.h | 1614 const struct tcp_request_sock_ops *af_ops,
|