Home
last modified time | relevance | path

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

/include/linux/
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/
Dsimple_card_utils.h254 struct snd_soc_codec_conf *cnf; in simple_util_debug_info() local
274 for_each_prop_codec_conf(props, j, cnf) in simple_util_debug_info()
275 if (cnf->name_prefix) in simple_util_debug_info()
276 dev_dbg(dev, "name prefix = %s\n", cnf->name_prefix); in simple_util_debug_info()
/include/net/
Dif_inet6.h211 struct ipv6_devconf cnf; member
Dip6_route.h342 mtu = READ_ONCE(idev->cnf.mtu6); in ip6_dst_mtu_maybe_forward()
Daddrconf.h438 return !!READ_ONCE(idev->cnf.ignore_routes_with_linkdown); in ip6_ignore_linkdown()
Dipv6.h530 s32 accept_ra = READ_ONCE(idev->cnf.accept_ra); in ipv6_accept_ra()
535 return READ_ONCE(idev->cnf.forwarding) ? accept_ra == 2 : in ipv6_accept_ra()