Searched refs:NLA_U8 (Results 1 – 4 of 4) sorted by relevance
/include/net/ |
D | fib_rules.h | 124 [FRA_L3MDEV] = { .type = NLA_U8 }, \ 126 [FRA_PROTOCOL] = { .type = NLA_U8 }, \ 127 [FRA_IP_PROTO] = { .type = NLA_U8 }, \
|
D | netlink.h | 167 NLA_U8, enumerator 342 (__NLA_ENSURE(tp == NLA_S8 || tp == NLA_U8 || \
|
/include/linux/ |
D | genl_magic_struct.h | 73 __field(attr_nr, attr_flag, name, NLA_U8, char, \ 76 __field(attr_nr, attr_flag, name, NLA_U8, unsigned char, \
|
D | genl_magic_func.h | 60 case NLA_U8: val = (__u8)val; in dprint_field()
|