Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Drtnetlink.c583 struct rtnl_af_ops *af_ops; in rtnl_link_get_af_size() local
590 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_link_get_af_size()
591 if (af_ops->get_link_af_size) { in rtnl_link_get_af_size()
594 af_ops->get_link_af_size(dev, ext_filter_mask); in rtnl_link_get_af_size()
1597 const struct rtnl_af_ops *af_ops; in rtnl_fill_link_af() local
1604 list_for_each_entry_rcu(af_ops, &rtnl_af_ops, list) { in rtnl_fill_link_af()
1608 if (!af_ops->fill_link_af) in rtnl_fill_link_af()
1611 af = nla_nest_start_noflag(skb, af_ops->family); in rtnl_fill_link_af()
1615 err = af_ops->fill_link_af(skb, dev, ext_filter_mask); in rtnl_fill_link_af()
2274 const struct rtnl_af_ops *af_ops; in validate_linkmsg() local
[all …]
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dsyncookies.c286 const struct tcp_request_sock_ops *af_ops, in cookie_tcp_reqsk_alloc() argument
305 treq->af_specific = af_ops; in cookie_tcp_reqsk_alloc()
H A Dtcp_input.c6788 const struct tcp_request_sock_ops *af_ops, in tcp_get_syncookie_mss() argument
6808 mss = af_ops->mss_clamp; in tcp_get_syncookie_mss()
6815 const struct tcp_request_sock_ops *af_ops, in tcp_conn_request() argument
6852 tcp_rsk(req)->af_specific = af_ops; in tcp_conn_request()
6859 tmp_opt.mss_clamp = af_ops->mss_clamp; in tcp_conn_request()
6877 af_ops->init_req(req, sk, skb); in tcp_conn_request()
6883 tcp_rsk(req)->ts_off = af_ops->init_ts_off(net, skb); in tcp_conn_request()
6885 dst = af_ops->route_req(sk, &fl, req); in tcp_conn_request()
6909 isn = af_ops->init_seq(skb); in tcp_conn_request()
6915 isn = cookie_init_sequence(af_ops, sk, skb, &req->mss); in tcp_conn_request()
[all …]
H A Dtcp_output.c4123 const struct tcp_request_sock_ops *af_ops = tcp_rsk(req)->af_specific; in tcp_rtx_synack() local
4128 res = af_ops->send_synack(sk, NULL, &fl, req, NULL, TCP_SYNACK_NORMAL, in tcp_rtx_synack()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h427 const struct tcp_request_sock_ops *af_ops,
474 const struct tcp_request_sock_ops *af_ops,
2007 const struct tcp_request_sock_ops *af_ops,