Home
last modified time | relevance | path

Searched refs:NLA_U8 (Results 1 – 4 of 4) sorted by relevance

/include/net/
Dfib_rules.h124 [FRA_L3MDEV] = { .type = NLA_U8 }, \
126 [FRA_PROTOCOL] = { .type = NLA_U8 }, \
127 [FRA_IP_PROTO] = { .type = NLA_U8 }, \
Dnetlink.h167 NLA_U8, enumerator
342 (__NLA_ENSURE(tp == NLA_S8 || tp == NLA_U8 || \
/include/linux/
Dgenl_magic_struct.h73 __field(attr_nr, attr_flag, name, NLA_U8, char, \
76 __field(attr_nr, attr_flag, name, NLA_U8, unsigned char, \
Dgenl_magic_func.h60 case NLA_U8: val = (__u8)val; in dprint_field()