Searched refs:bit (Results 1 – 14 of 14) sorted by relevance
| /net/netfilter/ |
| A D | nf_conntrack_h323_asn1.c | 100 #define INC_BIT(bs) if((++(bs)->bit)>7){(bs)->cur++;(bs)->bit=0;} 101 #define INC_BITS(bs,b) if(((bs)->bit+=(b))>7){(bs)->cur+=(bs)->bit>>3;(bs)->bit&=7;} 102 #define BYTE_ALIGN(bs) if((bs)->bit){(bs)->cur++;(bs)->bit=0;} 197 bs->bit = l; in get_bits() 200 bs->bit = 0; in get_bits() 224 bs->bit = l; in get_bitmap() 227 bs->bit = 0; in get_bitmap() 643 bs->bit = 0; in decode_seq() 835 bs.bit = 0; in DecodeRasMessage() 852 bs.bit = 0; in DecodeH323_UserInformation() [all …]
|
| A D | xt_connlabel.c | 36 if (test_bit(info->bit, labels->bits)) in connlabel_mt() 40 if (!test_and_set_bit(info->bit, labels->bits)) in connlabel_mt() 69 ret = nf_connlabels_get(par->net, info->bit); in connlabel_mt_check()
|
| A D | nf_conntrack_core.c | 2788 unsigned int bit; in __nf_ct_change_status() local 2794 for (bit = 0; bit < __IPS_MAX_BIT; bit++) { in __nf_ct_change_status() 2795 if (on & (1 << bit)) in __nf_ct_change_status() 2796 set_bit(bit, &ct->status); in __nf_ct_change_status() 2797 else if (off & (1 << bit)) in __nf_ct_change_status() 2798 clear_bit(bit, &ct->status); in __nf_ct_change_status()
|
| A D | Kconfig | 753 bool "Netfilter Xtables 32bit support" 756 This option provides a translation layer to run 32bit arp,ip(6),ebtables 757 binaries on 64bit kernels. 1239 to a connection. The kernel only stores bit values - mapping
|
| /net/netlabel/ |
| A D | netlabel_kapi.c | 612 u32 bit; in netlbl_catmap_walk() local 624 bit = 0; in netlbl_catmap_walk() 632 bit++; in netlbl_catmap_walk() 645 bit = 0; in netlbl_catmap_walk() 668 u32 bit; in netlbl_catmap_walkrng() local 681 bit = 0; in netlbl_catmap_walkrng() 689 bit++; in netlbl_catmap_walkrng() 705 bit = 0; in netlbl_catmap_walkrng() 776 u32 bit, in netlbl_catmap_setbit() argument 786 bit -= iter->startbit; in netlbl_catmap_setbit() [all …]
|
| /net/ceph/ |
| A D | pagelist.c | 77 size_t bit = pl->room; in ceph_pagelist_append() local 81 buf, bit); in ceph_pagelist_append() 82 pl->length += bit; in ceph_pagelist_append() 83 pl->room -= bit; in ceph_pagelist_append() 84 buf += bit; in ceph_pagelist_append() 85 len -= bit; in ceph_pagelist_append()
|
| /net/mac80211/ |
| A D | mesh.c | 1159 u32 bit; in ieee80211_mbss_info_change_notify() local 1165 for_each_set_bit(bit, bits, sizeof(changed) * BITS_PER_BYTE) in ieee80211_mbss_info_change_notify() 1166 set_bit(bit, ifmsh->mbss_changed); in ieee80211_mbss_info_change_notify() 1714 u32 bit; in mesh_bss_info_changed() local 1717 for_each_set_bit(bit, ifmsh->mbss_changed, in mesh_bss_info_changed() 1719 clear_bit(bit, ifmsh->mbss_changed); in mesh_bss_info_changed() 1720 changed |= BIT(bit); in mesh_bss_info_changed()
|
| A D | Kconfig | 125 This option increases code size a bit and inserts a lot
|
| /net/rfkill/ |
| A D | core.c | 575 u32 bit = RFKILL_BLOCK_SW; in __rfkill_set_sw_state() local 579 bit = RFKILL_BLOCK_SW_PREV; in __rfkill_set_sw_state() 582 rfkill->state |= bit; in __rfkill_set_sw_state() 584 rfkill->state &= ~bit; in __rfkill_set_sw_state()
|
| /net/ipv6/ |
| A D | Kconfig | 134 IPv6 address into a 64 bit locator and 64 bit identifier. The
|
| A D | ip6_fib.c | 765 int bit; in fib6_add_1() local 883 bit = __ipv6_addr_diff(addr, &key->addr, sizeof(*addr)); in fib6_add_1() 890 if (plen > bit) { in fib6_add_1() 910 in->fn_bit = bit; in fib6_add_1() 928 if (addr_bit_set(addr, bit)) { in fib6_add_1()
|
| /net/ethtool/ |
| A D | ioctl.c | 2930 u32 bit; in ethtool_get_per_queue_coalesce() local 2942 for_each_set_bit(bit, queue_mask, MAX_NUM_QUEUE) { in ethtool_get_per_queue_coalesce() 2945 ret = dev->ethtool_ops->get_per_queue_coalesce(dev, bit, &coalesce); in ethtool_get_per_queue_coalesce() 2961 u32 bit; in ethtool_set_per_queue_coalesce() local 2979 for_each_set_bit(bit, queue_mask, MAX_NUM_QUEUE) { in ethtool_set_per_queue_coalesce() 2982 ret = dev->ethtool_ops->get_per_queue_coalesce(dev, bit, tmp); in ethtool_set_per_queue_coalesce() 2998 ret = dev->ethtool_ops->set_per_queue_coalesce(dev, bit, &coalesce); in ethtool_set_per_queue_coalesce() 3008 for_each_set_bit(i, queue_mask, bit) { in ethtool_set_per_queue_coalesce()
|
| /net/sched/ |
| A D | Kconfig | 517 tristate "Universal 32bit comparisons w/ hashing (U32)" 521 32bit pieces based comparison scheme. 620 simple packet data comparisons for 8, 16, and 32bit values.
|
| /net/ipv4/ |
| A D | Kconfig | 634 provide multi-bit feedback to the end hosts. It is designed to provide:
|
Completed in 43 milliseconds