Home
last modified time | relevance | path

Searched refs:input_byte (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/net/
H A Dchecksum.h90 register uint8_t input_byte = input[byte]; in net_toeplitz_add() local
95 if (input_byte & (1 << 7)) { in net_toeplitz_add()
102 input_byte <<= 1; in net_toeplitz_add()
/openbmc/qemu/tools/ebpf/
H A Drss.bpf.c120 __u8 input_byte = input[byte]; in net_toeplitz_add() local
125 if (input_byte & (1 << 7)) { in net_toeplitz_add()
132 input_byte <<= 1; in net_toeplitz_add()