Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 7 of 7) sorted by relevance

/net/sunrpc/auth_gss/
Dgss_krb5_keys.c77 int byte, i, msbit; in krb5_nfold() local
91 byte = 0; in krb5_nfold()
110 byte += (((in[((inbits - 1) - (msbit >> 3)) % inbits] << 8)| in krb5_nfold()
115 byte += out[i % outbits]; in krb5_nfold()
116 out[i % outbits] = byte & 0xff; in krb5_nfold()
119 byte >>= 8; in krb5_nfold()
124 if (byte) { in krb5_nfold()
127 byte += out[i]; in krb5_nfold()
128 out[i] = byte & 0xff; in krb5_nfold()
131 byte >>= 8; in krb5_nfold()
/net/ipv6/
Dioam6.c641 u8 byte; in __ioam6_fill_trace_data() local
647 byte = ipv6_hdr(skb)->hop_limit; in __ioam6_fill_trace_data()
649 byte--; in __ioam6_fill_trace_data()
653 *(__be32 *)data = cpu_to_be32((byte << 24) | raw32); in __ioam6_fill_trace_data()
732 byte = ipv6_hdr(skb)->hop_limit; in __ioam6_fill_trace_data()
734 byte--; in __ioam6_fill_trace_data()
738 *(__be64 *)data = cpu_to_be64(((u64)byte << 56) | raw64); in __ioam6_fill_trace_data()
/net/dsa/
DKconfig96 tristate "Tag driver for Realtek 4 byte protocol A tags"
99 Realtek switches with 4 byte protocol A tags, sich as found in
154 Arrow SpeedChips XRS700x switches that use a single byte tag trailer.
/net/netlabel/
Dnetlabel_kapi.c887 unsigned char byte; in netlbl_bitmap_walk() local
892 byte = bitmap[byte_offset]; in netlbl_bitmap_walk()
897 if ((state && (byte & bitmask) == bitmask) || in netlbl_bitmap_walk()
898 (state == 0 && (byte & bitmask) == 0)) in netlbl_bitmap_walk()
905 byte = bitmap[++byte_offset]; in netlbl_bitmap_walk()
/net/sunrpc/
Dcache.c1295 int byte = (*++bp -'0'); in qword_get() local
1297 byte = (byte << 3) | (*bp++ - '0'); in qword_get()
1298 byte = (byte << 3) | (*bp++ - '0'); in qword_get()
1299 *dest++ = byte; in qword_get()
/net/sched/
DKconfig596 tristate "Multi byte comparison"
600 multiple byte comparisons mainly useful for IPv6 address comparisons.
/net/netfilter/
DKconfig510 include packet and byte counters in a rule.
1508 byte counter.
1518 byte counter correctly and not per CPU.