Home
last modified time | relevance | path

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

/net/sunrpc/auth_gss/
A Dgss_krb5_keys.c86 int byte, i, msbit; in krb5_nfold() local
100 byte = 0; in krb5_nfold()
119 byte += (((in[((inbits - 1) - (msbit >> 3)) % inbits] << 8)| in krb5_nfold()
124 byte += out[i % outbits]; in krb5_nfold()
125 out[i % outbits] = byte & 0xff; in krb5_nfold()
128 byte >>= 8; in krb5_nfold()
133 if (byte) { in krb5_nfold()
136 byte += out[i]; in krb5_nfold()
137 out[i] = byte & 0xff; in krb5_nfold()
140 byte >>= 8; in krb5_nfold()
/net/dsa/
A DKconfig141 tristate "Tag driver for Realtek 4 byte protocol A tags"
144 Realtek switches with 4 byte protocol A tags, such as found in
148 tristate "Tag driver for Realtek 8 byte protocol 4 tags"
151 switches with 8 byte protocol 4 tags, such as the Realtek RTL8365MB-VC.
157 Renesas RZ/N1 embedded switch that uses an 8 byte tag located after
191 Arrow SpeedChips XRS700x switches that use a single byte tag trailer.
/net/ipv6/
A Dioam6.c706 u8 byte; in __ioam6_fill_trace_data() local
712 byte = ipv6_hdr(skb)->hop_limit; in __ioam6_fill_trace_data()
714 byte--; in __ioam6_fill_trace_data()
718 *(__be32 *)data = cpu_to_be32((byte << 24) | raw32); in __ioam6_fill_trace_data()
807 byte = ipv6_hdr(skb)->hop_limit; in __ioam6_fill_trace_data()
809 byte--; in __ioam6_fill_trace_data()
813 *(__be64 *)data = cpu_to_be64(((u64)byte << 56) | raw64); in __ioam6_fill_trace_data()
/net/netlabel/
A 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/
A Dcache.c1319 int byte = (*++bp -'0'); in qword_get() local
1321 byte = (byte << 3) | (*bp++ - '0'); in qword_get()
1322 byte = (byte << 3) | (*bp++ - '0'); in qword_get()
1323 *dest++ = byte; in qword_get()
/net/rxrpc/
A Doob.c22 } __mode(byte);
A Dar-internal.h675 } __mode(byte);
687 } __mode(byte);
/net/sched/
A DKconfig626 tristate "Multi byte comparison"
630 multiple byte comparisons mainly useful for IPv6 address comparisons.
/net/netfilter/
A DKconfig1529 byte counter.

Completed in 31 milliseconds