Home
last modified time | relevance | path

Searched refs:af_spec (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/net/bridge/
Dbr_netlink.c804 struct nlattr *af_spec, in br_afspec() argument
815 nla_for_each_nested(attr, af_spec, rem) { in br_afspec()
/linux-6.6.21/net/core/
Drtnetlink.c1652 struct nlattr *af_spec; in rtnl_fill_link_af() local
1654 af_spec = nla_nest_start_noflag(skb, IFLA_AF_SPEC); in rtnl_fill_link_af()
1655 if (!af_spec) in rtnl_fill_link_af()
1684 nla_nest_end(skb, af_spec); in rtnl_fill_link_af()