Home
last modified time | relevance | path

Searched refs:n_bits (Results 1 – 4 of 4) sorted by relevance

/net/wireless/
Dradiotap.c53 .n_bits = ARRAY_SIZE(rtap_namespace_sizes),
241 iterator->_arg_index >= iterator->current_namespace->n_bits) { in ieee80211_radiotap_iterator_next()
/net/sched/
Dact_ct.c944 unsigned int n_bits = FIELD_SIZEOF(struct tcf_ct_params, labels) * 8; in ct_init_net() local
947 if (nf_connlabels_get(net, n_bits - 1)) { in ct_init_net()
/net/core/
Dethtool.c821 int i, idx = 0, n_bits = 0, ret, rc; in ethtool_get_sset_info() local
833 n_bits = hweight64(sset_mask); in ethtool_get_sset_info()
838 info_buf = kcalloc(n_bits, sizeof(u32), GFP_USER); in ethtool_get_sset_info()
/net/openvswitch/
Dconntrack.c2272 unsigned int n_bits = sizeof(struct ovs_key_ct_labels) * BITS_PER_BYTE; in ovs_ct_init() local
2275 if (nf_connlabels_get(net, n_bits - 1)) { in ovs_ct_init()