Lines Matching defs:props
656 struct nlattr *props[TIPC_NLA_PROP_MAX + 1];
661 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], props);
665 if (!props[TIPC_NLA_PROP_WIN] &&
666 !props[TIPC_NLA_PROP_BROADCAST] &&
667 !props[TIPC_NLA_PROP_BROADCAST_RATIO]) {
671 if (props[TIPC_NLA_PROP_BROADCAST]) {
672 bc_mode = nla_get_u32(props[TIPC_NLA_PROP_BROADCAST]);
676 if (!err && props[TIPC_NLA_PROP_BROADCAST_RATIO]) {
677 bc_ratio = nla_get_u32(props[TIPC_NLA_PROP_BROADCAST_RATIO]);
681 if (!err && props[TIPC_NLA_PROP_WIN]) {
682 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]);