Lines Matching defs:props
1018 struct nlattr *props[TIPC_NLA_PROP_MAX + 1];
1021 props);
1025 if (props[TIPC_NLA_PROP_PRIO])
1026 prio = nla_get_u32(props[TIPC_NLA_PROP_PRIO]);
1122 struct nlattr *props[TIPC_NLA_PROP_MAX + 1];
1125 props);
1129 if (props[TIPC_NLA_PROP_TOL]) {
1130 b->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]);
1133 if (props[TIPC_NLA_PROP_PRIO])
1134 b->priority = nla_get_u32(props[TIPC_NLA_PROP_PRIO]);
1135 if (props[TIPC_NLA_PROP_WIN])
1136 b->max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]);
1137 if (props[TIPC_NLA_PROP_MTU]) {
1144 if (nla_get_u32(props[TIPC_NLA_PROP_MTU]) <
1150 b->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]);
1319 struct nlattr *props[TIPC_NLA_PROP_MAX + 1];
1322 props);
1326 if (props[TIPC_NLA_PROP_TOL])
1327 m->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]);
1328 if (props[TIPC_NLA_PROP_PRIO])
1329 m->priority = nla_get_u32(props[TIPC_NLA_PROP_PRIO]);
1330 if (props[TIPC_NLA_PROP_WIN])
1331 m->max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]);
1332 if (props[TIPC_NLA_PROP_MTU]) {
1340 (props[TIPC_NLA_PROP_MTU]))) {
1345 m->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]);