Lines Matching defs:data
32 struct nlattr *tb[], struct nlattr *data[],
40 if (!data) {
44 if (!data[IFLA_HSR_SLAVE1]) {
49 nla_get_u32(data[IFLA_HSR_SLAVE1]));
54 if (!data[IFLA_HSR_SLAVE2]) {
59 nla_get_u32(data[IFLA_HSR_SLAVE2]));
70 if (!data[IFLA_HSR_MULTICAST_SPEC])
73 multicast_spec = nla_get_u8(data[IFLA_HSR_MULTICAST_SPEC]);
75 if (data[IFLA_HSR_PROTOCOL])
76 proto = nla_get_u8(data[IFLA_HSR_PROTOCOL]);
83 if (!data[IFLA_HSR_VERSION]) {
91 proto_version = nla_get_u8(data[IFLA_HSR_VERSION]);