Lines Matching defs:props
1032 struct nlattr *props[TIPC_NLA_PROP_MAX + 1];
1035 props);
1039 if (props[TIPC_NLA_PROP_PRIO])
1040 prio = nla_get_u32(props[TIPC_NLA_PROP_PRIO]);
1136 struct nlattr *props[TIPC_NLA_PROP_MAX + 1];
1139 props);
1143 if (props[TIPC_NLA_PROP_TOL]) {
1144 b->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]);
1147 if (props[TIPC_NLA_PROP_PRIO])
1148 b->priority = nla_get_u32(props[TIPC_NLA_PROP_PRIO]);
1149 if (props[TIPC_NLA_PROP_WIN])
1150 b->max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]);
1151 if (props[TIPC_NLA_PROP_MTU]) {
1158 if (nla_get_u32(props[TIPC_NLA_PROP_MTU]) <
1164 b->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]);
1333 struct nlattr *props[TIPC_NLA_PROP_MAX + 1];
1336 props);
1340 if (props[TIPC_NLA_PROP_TOL])
1341 m->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]);
1342 if (props[TIPC_NLA_PROP_PRIO])
1343 m->priority = nla_get_u32(props[TIPC_NLA_PROP_PRIO]);
1344 if (props[TIPC_NLA_PROP_WIN])
1345 m->max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]);
1346 if (props[TIPC_NLA_PROP_MTU]) {
1354 (props[TIPC_NLA_PROP_MTU]))) {
1359 m->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]);