Lines Matching +full:short +full:- +full:descriptor
1 /* SPDX-License-Identifier: GPL-2.0 */
11 unsigned short type;
12 unsigned short alen;
16 /* kbdq - kernel block descriptor queue */
23 unsigned short kactive_blk_num;
24 unsigned short blk_sizeof_priv;
27 * trick to see if user-space has caught up
30 unsigned short last_kactive_blk_num;
47 unsigned short retire_blk_tov;
48 unsigned short version;
153 set_bit(flag, &po->flags); in packet_sock_flag_set()
155 clear_bit(flag, &po->flags); in packet_sock_flag_set()
161 return test_bit(flag, &po->flags); in packet_sock_flag()