Home
last modified time | relevance | path

Searched refs:cnf (Results 1 – 6 of 6) sorted by relevance

/include/linux/
A Dinetdevice.h51 struct ipv4_devconf cnf; member
55 #define IPV4_DEVCONF(cnf, attr) ((cnf).data[IPV4_DEVCONF_ ## attr - 1]) argument
56 #define IPV4_DEVCONF_RO(cnf, attr) READ_ONCE(IPV4_DEVCONF(cnf, attr)) argument
64 return READ_ONCE(in_dev->cnf.data[index]); in ipv4_devconf_get()
71 set_bit(index, in_dev->cnf.state); in ipv4_devconf_set()
72 WRITE_ONCE(in_dev->cnf.data[index], val); in ipv4_devconf_set()
77 bitmap_fill(in_dev->cnf.state, IPV4_DEVCONF_MAX); in ipv4_devconf_setall()
/include/sound/
A Dsimple_card_utils.h261 struct snd_soc_codec_conf *cnf; in simple_util_debug_info() local
285 for_each_prop_codec_conf(props, j, cnf) in simple_util_debug_info()
286 if (cnf->name_prefix) in simple_util_debug_info()
287 dev_dbg(dev, "name prefix = %s\n", cnf->name_prefix); in simple_util_debug_info()
/include/net/
A Dif_inet6.h211 struct ipv6_devconf cnf; member
A Dip6_route.h342 mtu = READ_ONCE(idev->cnf.mtu6); in ip6_dst_mtu_maybe_forward()
A Daddrconf.h448 return !!READ_ONCE(idev->cnf.ignore_routes_with_linkdown); in ip6_ignore_linkdown()
A Dipv6.h535 s32 accept_ra = READ_ONCE(idev->cnf.accept_ra); in ipv6_accept_ra()
540 return READ_ONCE(idev->cnf.forwarding) ? accept_ra == 2 : in ipv6_accept_ra()

Completed in 14 milliseconds