Searched refs:NLA_U32 (Results 1 – 4 of 4) sorted by relevance
/include/net/ |
D | fib_rules.h | 109 [FRA_PRIORITY] = { .type = NLA_U32 }, \ 110 [FRA_FWMARK] = { .type = NLA_U32 }, \ 111 [FRA_FWMASK] = { .type = NLA_U32 }, \ 112 [FRA_TABLE] = { .type = NLA_U32 }, \ 113 [FRA_SUPPRESS_PREFIXLEN] = { .type = NLA_U32 }, \ 114 [FRA_SUPPRESS_IFGROUP] = { .type = NLA_U32 }, \ 115 [FRA_GOTO] = { .type = NLA_U32 }, \
|
D | netlink.h | 169 NLA_U32, enumerator 344 tp == NLA_S32 || tp == NLA_U32 || \
|
/include/linux/ |
D | genl_magic_struct.h | 82 __field(attr_nr, attr_flag, name, NLA_U32, __u32, \ 85 __field(attr_nr, attr_flag, name, NLA_U32, __s32, \
|
D | genl_magic_func.h | 62 case NLA_U32: val = (__u32)val; in dprint_field()
|