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