Lines Matching refs:props
644 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_bc_link_set() local
649 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], props); in tipc_nl_bc_link_set()
653 if (!props[TIPC_NLA_PROP_WIN] && in tipc_nl_bc_link_set()
654 !props[TIPC_NLA_PROP_BROADCAST] && in tipc_nl_bc_link_set()
655 !props[TIPC_NLA_PROP_BROADCAST_RATIO]) { in tipc_nl_bc_link_set()
659 if (props[TIPC_NLA_PROP_BROADCAST]) { in tipc_nl_bc_link_set()
660 bc_mode = nla_get_u32(props[TIPC_NLA_PROP_BROADCAST]); in tipc_nl_bc_link_set()
664 if (!err && props[TIPC_NLA_PROP_BROADCAST_RATIO]) { in tipc_nl_bc_link_set()
665 bc_ratio = nla_get_u32(props[TIPC_NLA_PROP_BROADCAST_RATIO]); in tipc_nl_bc_link_set()
669 if (!err && props[TIPC_NLA_PROP_WIN]) { in tipc_nl_bc_link_set()
670 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_bc_link_set()